1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-05 12:52:19 +01:00

ESP8266 SDK 2.3.0 compat (#490)

This commit is contained in:
Otto Winter
2019-03-24 18:05:13 +01:00
committed by GitHub
parent d27b01f02c
commit 1f7e1daa73
2 changed files with 6 additions and 3 deletions

View File

@@ -433,3 +433,4 @@ 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'
ARDUINO_VERSION_ESP8266_2_3_0 = 'espressif8266@1.5.0'