mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
parent
7398a9b273
commit
b97d2ed15a
@ -20,7 +20,7 @@ menu "Example Configuration"
|
|||||||
config NMEA_PARSER_TASK_STACK_SIZE
|
config NMEA_PARSER_TASK_STACK_SIZE
|
||||||
int "NMEA Parser Task Stack Size"
|
int "NMEA Parser Task Stack Size"
|
||||||
range 0 4096
|
range 0 4096
|
||||||
default 2048
|
default 3072
|
||||||
help
|
help
|
||||||
Stack size of NMEA Parser task.
|
Stack size of NMEA Parser task.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user