1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-05 21:02:20 +01:00

Allow use of arduino core v2.5.0 on ESP8266 (#446)

* Allow use of arduino core v2.5.0 on ESP8266

It's very unstable, but you can try if you want

* Fix
This commit is contained in:
Otto Winter
2019-02-21 18:16:00 +01:00
committed by GitHub
parent 88e036ddb2
commit af0c213024
3 changed files with 11 additions and 7 deletions

View File

@@ -415,5 +415,7 @@ CONF_SEGMENTS = 'segments'
ALLOWED_NAME_CHARS = u'abcdefghijklmnopqrstuvwxyz0123456789_'
ARDUINO_VERSION_ESP32_DEV = 'https://github.com/platformio/platform-espressif32.git#feature/stage'
ARDUINO_VERSION_ESP32_1_0_1 = 'espressif32@1.6.0'
ARDUINO_VERSION_ESP8266_DEV = 'https://github.com/platformio/platform-espressif8266.git#feature' \
'/stage'
ARDUINO_VERSION_ESP8266_2_5_0 = 'espressif8266@2.0.0'