uart: increase default stack size for nmea example

With the old value of 2048 bytes we are right on the stack border when running on S3.

Closes https://github.com/espressif/esp-idf/issues/11044
This commit is contained in:
Marius Vikhammer
2023-03-24 10:49:47 +08:00
parent 90d6e45d9f
commit 40a92dbfab

View File

@@ -21,7 +21,7 @@ menu "Example Configuration"
config NMEA_PARSER_TASK_STACK_SIZE
int "NMEA Parser Task Stack Size"
range 0 4096
default 2048
default 3072
help
Stack size of NMEA Parser task.