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
-DARDUINO_USB_MODE=0 ;; this flag is mandatory for ESP32-S2 !
304
307
;; 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:
305
308
;; ARDUINO_USB_CDC_ON_BOOT
306
309
lib_deps =
307
-
https://github.com/pbolduc/AsyncTCP.git @ 1.2.0
310
+
esp32async/AsyncTCP @ 3.4.7
308
311
${env.lib_deps}
309
312
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
310
313
@@ -318,12 +321,13 @@ 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:
324
328
;; ARDUINO_USB_CDC_ON_BOOT
325
329
lib_deps =
326
-
https://github.com/pbolduc/AsyncTCP.git @ 1.2.0
330
+
esp32async/AsyncTCP @ 3.4.7
327
331
${env.lib_deps}
328
332
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
;; 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:
344
349
;; ARDUINO_USB_MODE, ARDUINO_USB_CDC_ON_BOOT
345
350
lib_deps =
346
-
https://github.com/pbolduc/AsyncTCP.git @ 1.2.0
351
+
esp32async/AsyncTCP @ 3.4.7
347
352
${env.lib_deps}
348
353
board_build.partitions = ${esp32.large_partitions} ;; default partioning for 8MB flash - can be overridden in build envs
0 commit comments