From a9d87de8e8c807a0b1dc753d4cbaf51938d15f45 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Sun, 28 Oct 2018 12:13:36 +0100 Subject: [PATCH] Add tested Beta Arduino Core 2.5.0 Add tested and known working Beta Arduino Core 2.5.0 for Tasmota. Unchanged Fork from Original https://github.com/esp8266/Arduino New commits to Beta core 2.5.0 will only be added if known to be working with Tasmota --- platformio.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platformio.ini b/platformio.ini index e9ee43899..e685cf34f 100644 --- a/platformio.ini +++ b/platformio.ini @@ -46,6 +46,8 @@ platform = espressif8266@1.5.0 ;platform = espressif8266@1.7.3 ; *** Esp8266 core for Arduino version 2.4.2 ;platform = espressif8266@1.8.0 +; *** Esp8266 core for Arduino version Core 2.5.0 beta tested for Tasmota +;platform = https://github.com/Jason2866/platform-espressif8266.git#Tasmota ; *** Esp8266 core for Arduino version latest beta ;platform = https://github.com/platformio/platform-espressif8266.git#feature/stage ; *** Esp8266 core for Arduino current version (located in %USERPROFILE%\.platformio\platforms\espressif8266)