From a73fd55fc2e3ec20c7a80bb13cd73324b8636167 Mon Sep 17 00:00:00 2001 From: Vc <37367415+Valcob@users.noreply.github.com> Date: Thu, 9 Jan 2020 23:25:35 +0200 Subject: [PATCH] Adding the espressif 2.6.3 (#944) --- esphome/core_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/core_config.py b/esphome/core_config.py index 5cfff6c4d9..35f2fa1f80 100644 --- a/esphome/core_config.py +++ b/esphome/core_config.py @@ -45,6 +45,7 @@ def validate_board(value): validate_platform = cv.one_of('ESP32', 'ESP8266', upper=True) PLATFORMIO_ESP8266_LUT = { + '2.6.3': 'espressif8266@2.3.2', '2.6.2': 'espressif8266@2.3.1', '2.6.1': 'espressif8266@2.3.0', '2.5.2': 'espressif8266@2.2.3',