1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Bump platformio-espressif32 to 1.4.0 (#142)

This commit is contained in:
Otto Winter
2018-10-04 19:01:24 +02:00
committed by GitHub
parent 71947bb6ac
commit 05a1089ed2

View File

@@ -119,8 +119,8 @@ PLATFORMIO_ESP8266_LUT = {
} }
PLATFORMIO_ESP32_LUT = { PLATFORMIO_ESP32_LUT = {
'1.0.0': 'espressif32@1.3.0', '1.0.0': 'espressif32@1.4.0',
'RECOMMENDED': 'espressif32@>=1.3.0', 'RECOMMENDED': 'espressif32@>=1.4.0',
'LATEST': 'espressif32', 'LATEST': 'espressif32',
'DEV': ARDUINO_VERSION_ESP32_DEV, 'DEV': ARDUINO_VERSION_ESP32_DEV,
} }