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
Copy file name to clipboardExpand all lines: platformio.ini
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -306,10 +306,9 @@ build_flags = -g
306
306
-DARDUINO_USB_MODE=0 ;; this flag is mandatory for ESP32-S2 !
307
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:
308
308
;; ARDUINO_USB_CDC_ON_BOOT
309
-
${esp32_all_variants.build_flags}
309
+
${esp32_idf_V4.build_flags}
310
310
lib_deps =
311
-
${esp32_all_variants.lib_deps}
312
-
${env.lib_deps}
311
+
${esp32_idf_V4.lib_deps}
313
312
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
314
313
315
314
[esp32c3]
@@ -324,10 +323,9 @@ build_flags = -g
324
323
-DARDUINO_USB_MODE=1 ;; this flag is mandatory for ESP32-C3
325
324
;; 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:
326
325
;; ARDUINO_USB_CDC_ON_BOOT
327
-
${esp32_all_variants.build_flags}
326
+
${esp32_idf_V4.build_flags}
328
327
lib_deps =
329
-
${esp32_all_variants.lib_deps}
330
-
${env.lib_deps}
328
+
${esp32_idf_V4.lib_deps}
331
329
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
332
330
board_build.flash_mode = qio
333
331
@@ -344,10 +342,9 @@ build_flags = -g
344
342
-DCO
345
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:
346
344
;; ARDUINO_USB_MODE, ARDUINO_USB_CDC_ON_BOOT
347
-
${esp32_all_variants.build_flags}
345
+
${esp32_idf_V4.build_flags}
348
346
lib_deps =
349
-
${esp32_all_variants.lib_deps}
350
-
${env.lib_deps}
347
+
${esp32_idf_V4.lib_deps}
351
348
board_build.partitions = ${esp32.large_partitions} ;; default partioning for 8MB flash - can be overridden in build envs
0 commit comments