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.
299
299
;; You need to completely erase your device (esptool erase_flash) first, then install the "V4" build from VSCode+platformio.
300
300
301
+
;; tasmota platform (default)
301
302
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
302
303
platform_packages =
304
+
305
+
;; espressif platform (optional - needs 300KB extra flash)
0 commit comments