Skip to content

Commit 16ec6fd

Browse files
committed
changed default for --task-stack-size
1 parent 21f9e58 commit 16ec6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/esp32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def get_espidf():
162162
ota = False
163163

164164
dual_core_threads = False
165-
task_stack_size = 6 * 1024 + 512
165+
task_stack_size = 16 * 1024
166166

167167

168168
def common_args(extra_args):

0 commit comments

Comments
 (0)