You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We downtuned the stack usage of AsyncTCP, and at some point in the
history of our fork, this got folded in to the default. Re-apply the
stack size we've been using and recover that RAM.
-DARDUINO_USB_MODE=0 ;; this flag is mandatory for ESP32-S2 !
@@ -318,6 +321,7 @@ build_flags = -g
318
321
-DARDUINO_ARCH_ESP32C3
319
322
-DCONFIG_IDF_TARGET_ESP32C3=1
320
323
-D CONFIG_ASYNC_TCP_USE_WDT=0
324
+
-D CONFIG_ASYNC_TCP_STACK_SIZE=8192
321
325
-DCO
322
326
-DARDUINO_USB_MODE=1 ;; this flag is mandatory for ESP32-C3
323
327
;; please make sure that the following flags are properly set (to 0 or 1) by your board.json, or included in your custom platformio_override.ini entry:
;; please make sure that the following flags are properly set (to 0 or 1) by your board.json, or included in your custom platformio_override.ini entry:
0 commit comments