Use latest Platformio 2.6.1...

for the buildchain. Tasmota core 2.7.3.2 is on top and still used!
This commit is contained in:
Jason2866 2020-07-30 14:53:07 +02:00 committed by GitHub
parent ba79dc0415
commit 0c25c4c97c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ build_flags = -DUSE_IR_REMOTE_FULL
[core]
; *** Esp8266 Tasmota modified Arduino core based on core 2.7.3
platform = espressif8266@2.5.1
platform = espressif8266@2.6.1
platform_packages = framework-arduinoespressif8266 @ https://github.com/tasmota/Arduino/releases/download/2.7.3.2/esp8266-2.7.3.2.zip
build_unflags = ${esp_defaults.build_unflags}
build_flags = ${esp82xx_defaults.build_flags}