Skip to content

Commit d7ae070

Browse files
committed
edge_control: reduce rtos.main-thread-stack-size to 4K
1 parent afb706d commit d7ae070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/EDGE_CONTROL/conf/mbed_app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"platform.stdio-baud-rate": 115200,
1414
"platform.default-serial-baud-rate": 115200,
1515
"platform.callback-nontrivial": true,
16-
"rtos.main-thread-stack-size": 32768,
16+
"rtos.main-thread-stack-size": 4096,
1717
"cellular.debug-at": true,
1818
"cellular.offload-dns-queries": true,
1919
"cellular.at-handler-buffer-size": 1024,

0 commit comments

Comments
 (0)