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
+9-27
Original file line number
Diff line number
Diff line change
@@ -422,8 +422,10 @@ lib_depsV4 =
422
422
;;
423
423
;; please note that you can NOT update existing ESP32 installs with a "V4" build. Also updating by OTA will not work properly.
424
424
;; You need to completely erase your device (esptool erase_flash) first, then install the "V4" build from VSCode+platformio.
425
-
platform = espressif32@ ~6.3.2
426
-
platform_packages = platformio/framework-arduinoespressif32 @ 3.20009.0 ;; select arduino-esp32 v2.0.9 (arduino-esp32 2.0.10 thru 2.0.14 are buggy so avoid them)
425
+
426
+
;; select arduino-esp32 v2.0.9 (arduino-esp32 2.0.10 thru 2.0.14 are buggy so avoid them)
427
+
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
428
+
build_unflags = ${common.build_unflags}
427
429
build_flags = -g
428
430
-Wshadow=compatible-local ;; emit warning in case a local variable "shadows" another local one
429
431
-DARDUINO_ARCH_ESP32 -DESP32
@@ -470,8 +472,8 @@ lib_deps =
470
472
471
473
[esp32c3]
472
474
;; generic definitions for all ESP32-C3 boards
473
-
platform = espressif32@ ~6.3.2
474
-
platform_packages = platformio/framework-arduinoespressif32 @ 3.20009.0 ;; select arduino-esp32 v2.0.9 (arduino-esp32 2.0.10 thru 2.0.14 are buggy so avoid them)
475
+
platform = ${esp32_idf_V4.platform}
476
+
build_unflags = ${common.build_unflags}
475
477
build_flags = -g
476
478
-DARDUINO_ARCH_ESP32 -DESP32 ;; WLEDMM
477
479
-DARDUINO_ARCH_ESP32C3
@@ -492,8 +494,8 @@ lib_deps =
492
494
493
495
[esp32s3]
494
496
;; generic definitions for all ESP32-S3 boards
495
-
platform = espressif32@ ~6.3.2
496
-
platform_packages = platformio/framework-arduinoespressif32 @ 3.20009.0 ;; select arduino-esp32 v2.0.9 (arduino-esp32 2.0.10 thru 2.0.14 are buggy so avoid them)
0 commit comments