diff --git a/platformio_tasmota_cenv_sample.ini b/platformio_tasmota_cenv_sample.ini index 662d5dfa2..4b861b1d7 100644 --- a/platformio_tasmota_cenv_sample.ini +++ b/platformio_tasmota_cenv_sample.ini @@ -7,10 +7,8 @@ [core_stage] ; *** Esp8266 core for Arduino 3.0.1 -platform = espressif8266 -platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino/releases/download/3.0.1/esp8266-3.0.1.zip -; *** Use Xtensa build chain 10.2. GNU23 from https://github.com/earlephilhower/esp-quick-toolchain - tasmota/toolchain-xtensa @ 5.100200.210303 +platform = https://github.com/platformio/platform-espressif8266 +platform_packages = build_unflags = ${esp_defaults.build_unflags} -Wswitch-unreachable build_flags = ${esp82xx_defaults.build_flags}