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
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
@@ -304,7 +304,7 @@ build_flags = -g
304
304
;; 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
305
;; ARDUINO_USB_CDC_ON_BOOT
306
306
lib_deps =
307
-
esp32async/AsyncTCP @ 3.4.6
307
+
esp32async/AsyncTCP @ 3.4.7
308
308
${env.lib_deps}
309
309
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
310
310
@@ -323,7 +323,7 @@ build_flags = -g
323
323
;; 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
324
;; ARDUINO_USB_CDC_ON_BOOT
325
325
lib_deps =
326
-
esp32async/AsyncTCP @ 3.4.6
326
+
esp32async/AsyncTCP @ 3.4.7
327
327
${env.lib_deps}
328
328
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
329
329
@@ -343,7 +343,7 @@ build_flags = -g
343
343
;; 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
344
;; ARDUINO_USB_MODE, ARDUINO_USB_CDC_ON_BOOT
345
345
lib_deps =
346
-
esp32async/AsyncTCP @ 3.4.6
346
+
esp32async/AsyncTCP @ 3.4.7
347
347
${env.lib_deps}
348
348
board_build.partitions = ${esp32.large_partitions} ;; default partioning for 8MB flash - can be overridden in build envs
0 commit comments