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
@@ -303,8 +313,9 @@ build_flags = -g
303
313
-DARDUINO_USB_MODE=0 ;; this flag is mandatory for ESP32-S2 !
304
314
;; 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
315
;; ARDUINO_USB_CDC_ON_BOOT
316
+
${esp32_all_variants.build_flags}
306
317
lib_deps =
307
-
willmmiles/AsyncTCP @ 1.3.1
318
+
${esp32_all_variants.lib_deps}
308
319
${env.lib_deps}
309
320
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
310
321
@@ -321,8 +332,9 @@ build_flags = -g
321
332
-DARDUINO_USB_MODE=1 ;; this flag is mandatory for ESP32-C3
322
333
;; 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:
323
334
;; ARDUINO_USB_CDC_ON_BOOT
335
+
${esp32_all_variants.build_flags}
324
336
lib_deps =
325
-
willmmiles/AsyncTCP @ 1.3.1
337
+
${esp32_all_variants.lib_deps}
326
338
${env.lib_deps}
327
339
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
328
340
board_build.flash_mode = qio
@@ -341,8 +353,9 @@ build_flags = -g
341
353
-DCO
342
354
;; 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:
343
355
;; ARDUINO_USB_MODE, ARDUINO_USB_CDC_ON_BOOT
356
+
${esp32_all_variants.build_flags}
344
357
lib_deps =
345
-
willmmiles/AsyncTCP @ 1.3.1
358
+
${esp32_all_variants.lib_deps}
346
359
${env.lib_deps}
347
360
board_build.partitions = ${esp32.large_partitions} ;; default partioning for 8MB flash - can be overridden in build envs
0 commit comments