mirror of
https://github.com/esphome/esphome.git
synced 2024-11-17 10:55:36 +01:00
Adding the espressif 2.6.3 (#944)
This commit is contained in:
parent
45630d74f3
commit
a73fd55fc2
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user