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
;; select arduino-esp32 v2.0.9 (arduino-esp32 2.0.10 thru 2.0.14 are buggy so avoid them)
273
-
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.06.02/platform-espressif32.zip ;; Tasmota Arduino Core 2.0.9 with IPv6 support, based on IDF 4.4.4
274
272
build_unflags = ${common.build_unflags}
275
273
build_flags = -g
276
274
-Wshadow=compatible-local ;; emit warning in case a local variable "shadows" another local one
@@ -284,7 +282,7 @@ lib_deps =
284
282
285
283
[esp32s2]
286
284
;; generic definitions for all ESP32-S2 boards
287
-
platform = ${esp32_idf_V4.platform}
285
+
platform = ${esp32_idf_V5.platform}
288
286
build_unflags = ${common.build_unflags}
289
287
build_flags = -g
290
288
-DARDUINO_ARCH_ESP32
@@ -295,14 +293,14 @@ build_flags = -g
295
293
-DARDUINO_USB_MODE=0 ;; this flag is mandatory for ESP32-S2 !
296
294
;; 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:
297
295
;; ARDUINO_USB_CDC_ON_BOOT
298
-
${esp32_idf_V4.build_flags}
296
+
${esp32_idf_V5.build_flags}
299
297
lib_deps =
300
-
${esp32_idf_V4.lib_deps}
298
+
${esp32_idf_V5.lib_deps}
301
299
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
302
300
303
301
[esp32c3]
304
302
;; generic definitions for all ESP32-C3 boards
305
-
platform = ${esp32_idf_V4.platform}
303
+
platform = ${esp32_idf_V5.platform}
306
304
build_unflags = ${common.build_unflags}
307
305
build_flags = -g
308
306
-DARDUINO_ARCH_ESP32
@@ -312,15 +310,15 @@ build_flags = -g
312
310
-DARDUINO_USB_MODE=1 ;; this flag is mandatory for ESP32-C3
313
311
;; 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:
314
312
;; ARDUINO_USB_CDC_ON_BOOT
315
-
${esp32_idf_V4.build_flags}
313
+
${esp32_idf_V5.build_flags}
316
314
lib_deps =
317
-
${esp32_idf_V4.lib_deps}
315
+
${esp32_idf_V5.lib_deps}
318
316
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
319
317
board_build.flash_mode = qio
320
318
321
319
[esp32s3]
322
320
;; generic definitions for all ESP32-S3 boards
323
-
platform = ${esp32_idf_V4.platform}
321
+
platform = ${esp32_idf_V5.platform}
324
322
build_unflags = ${common.build_unflags}
325
323
build_flags = -g
326
324
-DESP32
@@ -331,9 +329,9 @@ build_flags = -g
331
329
-DCO
332
330
;; 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:
333
331
;; ARDUINO_USB_MODE, ARDUINO_USB_CDC_ON_BOOT
334
-
${esp32_idf_V4.build_flags}
332
+
${esp32_idf_V5.build_flags}
335
333
lib_deps =
336
-
${esp32_idf_V4.lib_deps}
334
+
${esp32_idf_V5.lib_deps}
337
335
board_build.partitions = ${esp32.large_partitions} ;; default partioning for 8MB flash - can be overridden in build envs
0 commit comments