Skip to content

Commit 206eada

Browse files
committed
console example: increase main task stack size
Stack size was not sufficient for logging at Verbose log level.
1 parent 57a5163 commit 206eada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/system/console/sdkconfig.defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CONFIG_LOG_BOOTLOADER_LEVEL_WARN=y
33
CONFIG_LOG_BOOTLOADER_LEVEL=2
44

55
# Increase main task stack size
6-
CONFIG_MAIN_TASK_STACK_SIZE=6144
6+
CONFIG_MAIN_TASK_STACK_SIZE=7168
77

88
# Enable filesystem
99
CONFIG_PARTITION_TABLE_CUSTOM=y

0 commit comments

Comments
 (0)