1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 06:38:17 +00:00

Bump platformio-espressif32 to 1.4.0

This commit is contained in:
Otto Winter 2018-10-04 18:38:34 +02:00
parent ffdcddc18e
commit 6bb4a00a6b
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

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