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
;; please note that you can NOT update existing ESP32 installs with a "V4" build. Also updating by OTA will not work properly.
275
275
;; You need to completely erase your device (esptool erase_flash) first, then install the "V4" build from VSCode+platformio.
276
276
277
-
;; arduino-esp32 2.0.10 thru 2.0.14 are buggy so avoid them
278
-
platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.06.00/platform-espressif32.zip ;; Tasmota Arduino Core 2.0.18 with IPv6 support, based on IDF 4.4.8
277
+
;; select arduino-esp32 v2.0.9 (arduino-esp32 2.0.10 thru 2.0.14 are buggy so avoid them)
278
+
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
279
279
build_unflags = ${common.build_unflags}
280
280
build_flags = -g
281
281
-Wshadow=compatible-local ;; emit warning in case a local variable "shadows" another local one
0 commit comments