Bump docker base image to 2.6.0 (#1245)

This commit is contained in:
Otto Winter
2020-08-08 18:42:21 +02:00
committed by Guillermo Ruffino
parent 86df4c1d8d
commit 32ae8fc2d0
9 changed files with 67 additions and 7 deletions
+1
View File
@@ -25,6 +25,7 @@ ARDUINO_VERSION_ESP32 = {
# See also https://github.com/platformio/platform-espressif8266/releases
ARDUINO_VERSION_ESP8266 = {
'dev': 'https://github.com/platformio/platform-espressif8266.git',
'2.7.4': 'espressif8266@2.6.2',
'2.7.3': 'espressif8266@2.6.1',
'2.7.2': 'espressif8266@2.6.0',
'2.7.1': 'espressif8266@2.5.3',