Skip to content

Commit

Permalink
Merge branch 'bugfix/increase_nmea_example_default_stack' into 'master'
Browse files Browse the repository at this point in the history
uart: increase default stack size for nmea example

Closes IDFGH-9707

See merge request espressif/esp-idf!22911
  • Loading branch information
ESP-Marius committed Mar 24, 2023
2 parents 55fd7d4 + c7aab67 commit 2002878
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,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.

Expand Down

0 comments on commit 2002878

Please sign in to comment.