mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 15:08:10 +01:00
Adding the espressif 2.6.3 (#944)
This commit is contained in:
parent
45630d74f3
commit
a73fd55fc2
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ def validate_board(value):
|
||||||
validate_platform = cv.one_of('ESP32', 'ESP8266', upper=True)
|
validate_platform = cv.one_of('ESP32', 'ESP8266', upper=True)
|
||||||
|
|
||||||
PLATFORMIO_ESP8266_LUT = {
|
PLATFORMIO_ESP8266_LUT = {
|
||||||
|
'2.6.3': 'espressif8266@2.3.2',
|
||||||
'2.6.2': 'espressif8266@2.3.1',
|
'2.6.2': 'espressif8266@2.3.1',
|
||||||
'2.6.1': 'espressif8266@2.3.0',
|
'2.6.1': 'espressif8266@2.3.0',
|
||||||
'2.5.2': 'espressif8266@2.2.3',
|
'2.5.2': 'espressif8266@2.2.3',
|
||||||
|
|
Loading…
Reference in a new issue