Adding the espressif 2.6.3 (#944)

This commit is contained in:
Vc 2020-01-09 23:25:35 +02:00 committed by Brandon Davidson
parent 45630d74f3
commit a73fd55fc2
1 changed files with 1 additions and 0 deletions

View File

@ -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',