Tasmota core 2.7.4.3 from PlatformIO registry

This commit is contained in:
Jason2866 2020-10-10 21:39:51 +02:00 committed by GitHub
parent 3235abd7fb
commit 429a086a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -129,6 +129,6 @@ build_flags = -DUSE_IR_REMOTE_FULL
[core]
; *** Esp8266 Tasmota modified Arduino core based on core 2.7.4
platform = espressif8266@2.6.2
platform_packages = framework-arduinoespressif8266@https://github.com/tasmota/Arduino/releases/download/2.7.4.3/esp8266-2.7.4.3.zip
platform_packages = tasmota/framework-arduinoespressif8266
build_unflags = ${esp_defaults.build_unflags}
build_flags = ${esp82xx_defaults.build_flags}