Skip to content

Commit 7dc6335

Browse files
author
Will Tatam
committed
Merge branch 'V4-tasmota' of github.com:netmindz/WLED into V4-tasmota
2 parents bd00d01 + 022e498 commit 7dc6335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ board_build.partitions = ${esp32.default_partitions} ;; default partioning for
274274
;; please note that you can NOT update existing ESP32 installs with a "V4" build. Also updating by OTA will not work properly.
275275
;; You need to completely erase your device (esptool erase_flash) first, then install the "V4" build from VSCode+platformio.
276276

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
279279
build_unflags = ${common.build_unflags}
280280
build_flags = -g
281281
-Wshadow=compatible-local ;; emit warning in case a local variable "shadows" another local one

0 commit comments

Comments
 (0)