Skip to content

Commit

Permalink
change main task stack size to 7168
Browse files Browse the repository at this point in the history
  • Loading branch information
jocover committed Feb 8, 2024
1 parent 4dc7f9b commit fc3f0fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
CONFIG_TINYUSB_DESC_PRODUCT_STRING="U2F Token"
CONFIG_TINYUSB_HID_COUNT=1

CONFIG_ESP_MAIN_TASK_STACK_SIZE=7168
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="u2f_partitions.csv"
CONFIG_PARTITION_TABLE_FILENAME="u2f_partitions.csv"

# automatic flash size update when esptool is used, used for detecting board
CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE=y

0 comments on commit fc3f0fd

Please sign in to comment.