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
+29-5Lines changed: 29 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -424,7 +424,11 @@ lib_depsV4 =
424
424
;; You need to completely erase your device (esptool erase_flash) first, then install the "V4" build from VSCode+platformio.
425
425
426
426
;; select arduino-esp32 v2.0.9 (arduino-esp32 2.0.10 thru 2.0.14 are buggy so avoid them)
427
+
;; platform = espressif32@ ~6.3.2
428
+
;; 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)
429
+
427
430
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
431
+
platform_packages =
428
432
build_unflags = ${common.build_unflags}
429
433
build_flags = -g
430
434
-Wshadow=compatible-local ;; emit warning in case a local variable "shadows" another local one
@@ -448,8 +452,13 @@ lib_deps =
448
452
;; platform_packages =
449
453
;; toolchain-riscv32-esp @ 8.4.0+2021r2-patch5
450
454
;; toolchain-xtensa-esp32s2 @ 8.4.0+2021r2-patch5
455
+
;; standard platform
451
456
platform = espressif32@ ~6.3.2
452
457
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