Skip to content

Commit fc3f0fd

Browse files
committed
change main task stack size to 7168
1 parent 4dc7f9b commit fc3f0fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sdkconfig.defaults

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
CONFIG_TINYUSB_DESC_PRODUCT_STRING="U2F Token"
55
CONFIG_TINYUSB_HID_COUNT=1
66

7+
CONFIG_ESP_MAIN_TASK_STACK_SIZE=7168
78
CONFIG_PARTITION_TABLE_CUSTOM=y
89
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="u2f_partitions.csv"
910
CONFIG_PARTITION_TABLE_FILENAME="u2f_partitions.csv"
10-
11-
# automatic flash size update when esptool is used, used for detecting board
12-
CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE=y

0 commit comments

Comments
 (0)