From fc29e31d208174645030e814f97b1f4091d7bdb1 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 12 Mar 2020 09:14:30 +0100 Subject: [PATCH] Change to Tasmota freeze stage for development... solving issue https://github.com/arendst/Tasmota/issues/7879 Tests of the freezed stage core shows (so far) no issues. With regard to the new release version 8.2. with gzip support a good test in advance to verify the stability of the upcoming core 2.7. The core 2.7. will no longer change significantly to the one used here. --- platformio.ini | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/platformio.ini b/platformio.ini index 198e47264..6b9459388 100755 --- a/platformio.ini +++ b/platformio.ini @@ -101,16 +101,15 @@ build_flags = -DUSE_IR_REMOTE_FULL -DDECODE_PRONTO=false -DSEND_PRONTO=false [core_active] -platform = ${core_2_6_1.platform} -platform_packages = ${core_2_6_1.platform_packages} -build_flags = ${core_2_6_1.build_flags} +platform = ${tasmota_core_stage.platform} +platform_packages = ${tasmota_core_stage.platform_packages} +build_flags = ${tasmota_core_stage.build_flags} -[core_2_6_1] -; *** Esp8266 core for Arduino version 2.6.1 -platform = espressif8266@2.3.0 -platform_packages = +[tasmota_core_stage] +; *** Esp8266 core for Arduino version stable beta +platform = espressif8266@2.3.3 +platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git#372a3ec297dfe8501bed1ec4552244695b5e8ced build_flags = ${esp82xx_defaults.build_flags} - -Wl,-Teagle.flash.1m.ld -DBEARSSL_SSL_BASIC ; NONOSDK22x_190703 = 2.2.2-dev(38a443e) -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190703