Skip to content

Commit 6b80f89

Browse files
committed
Increase the loop stack size from 8K to 12K
1 parent a22f95c commit 6b80f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/sdk/include/config/sdkconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
#define CONFIG_ESP32_REV_MIN_0 1
175175
#define CONFIG_LOG_DEFAULT_LEVEL 1
176176
#define CONFIG_TIMER_QUEUE_LENGTH 10
177-
#define CONFIG_ARDUINO_LOOP_STACK_SIZE 8192
177+
#define CONFIG_ARDUINO_LOOP_STACK_SIZE (1024 * 12)
178178
#define CONFIG_ESP32_REV_MIN 0
179179
#define CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT 1
180180
#define CONFIG_GATTS_SEND_SERVICE_CHANGE_MODE 0

0 commit comments

Comments
 (0)