mirror of
https://github.com/wled/WLED.git
synced 2025-04-24 06:47:18 +00:00
Update to Tasmota Arduino Core 2.0.18
This commit is contained in:
parent
ca80d0489b
commit
b421f7ae87
@ -275,7 +275,7 @@ board_build.partitions = ${esp32.default_partitions} ;; default partioning for
|
||||
;; You need to completely erase your device (esptool erase_flash) first, then install the "V4" build from VSCode+platformio.
|
||||
|
||||
;; select arduino-esp32 v2.0.9 (arduino-esp32 2.0.10 thru 2.0.14 are buggy so avoid them)
|
||||
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
|
||||
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
|
||||
build_unflags = ${common.build_unflags}
|
||||
build_flags = -g
|
||||
-Wshadow=compatible-local ;; emit warning in case a local variable "shadows" another local one
|
||||
|
Loading…
x
Reference in New Issue
Block a user