diff --git a/esphomeyaml/core_config.py b/esphomeyaml/core_config.py index 7700e075c6..b935da47f7 100644 --- a/esphomeyaml/core_config.py +++ b/esphomeyaml/core_config.py @@ -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, }