Skip to content

Commit

Permalink
Merge branch 'bugfix/increase_nmea_example_default_stack_v4.4' into '…
Browse files Browse the repository at this point in the history
…release/v4.4'

uart: increase default stack size for nmea example (v4.4)

See merge request espressif/esp-idf!22916
  • Loading branch information
ESP-Marius committed Mar 27, 2023
2 parents e9e1f8e + 40a92db commit 9b4ccdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9b4ccdc

Please sign in to comment.