Revert "Update to Tasmota Arduino Core 2.0.18" - Frank says to stay on

2.0.9

This reverts commit b421f7ae87aa0c76da34b12ba49dd6fc493e26b1.
This commit is contained in:
Will Tatam 2025-01-14 00:24:37 +00:00
parent 650853c177
commit 022e4986ee

View File

@ -274,8 +274,8 @@ board_build.partitions = ${esp32.default_partitions} ;; default partioning for
;; please note that you can NOT update existing ESP32 installs with a "V4" build. Also updating by OTA will not work properly.
;; You need to completely erase your device (esptool erase_flash) first, then install the "V4" build from VSCode+platformio.
;; arduino-esp32 2.0.10 thru 2.0.14 are buggy so avoid them
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
;; 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
build_unflags = ${common.build_unflags}
build_flags = -g
-Wshadow=compatible-local ;; emit warning in case a local variable "shadows" another local one