Bump ESP8266 Arduino framework from 2.7.2 to 2.7.3 (#1229)

This commit is contained in:
Otto Winter
2020-07-29 23:29:38 +02:00
committed by GitHub
parent b1d77b7c03
commit 3f6f3c14c4
8 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ validate_platform = cv.one_of(*ESP_PLATFORMS, upper=True)
PLATFORMIO_ESP8266_LUT = {
**ARDUINO_VERSION_ESP8266,
'RECOMMENDED': ARDUINO_VERSION_ESP8266['2.7.2'],
'RECOMMENDED': ARDUINO_VERSION_ESP8266['2.7.3'],
'LATEST': 'espressif8266',
'DEV': ARDUINO_VERSION_ESP8266['dev'],
}