From 66378f962b0a9f38c78222b8b850e74127befdf9 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 4 May 2020 16:50:56 +0200 Subject: [PATCH] Hotfix: Use patched Core 2.7.0... since the new introduced XMC flash OTA handling in eboot.elf does not work. Device is a Softbrick and needs serial flashing. Replaced eboot.elf with a older working version Solves #8334 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index b748ce0b9..5074ee432 100755 --- a/platformio.ini +++ b/platformio.ini @@ -114,7 +114,7 @@ build_flags = ${tasmota_core.build_flags} [tasmota_core] ; *** Esp8266 Arduino core 2.7.0 platform = espressif8266@2.4.0 -platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino/releases/download/2.7.0/esp8266-2.7.0.zip +platform_packages = framework-arduinoespressif8266 @ https://github.com/tasmota/Arduino/releases/download/2.7.0/esp8266-2.7.0.zip build_flags = ${esp82xx_defaults.build_flags} -DBEARSSL_SSL_BASIC ; NONOSDK22x_190703 = 2.2.2-dev(38a443e)