mirror of https://github.com/arendst/Tasmota.git
Merge pull request #9798 from Jason2866/patch-1
Use Tasmota core 2.7.4.7 from platformio registry
This commit is contained in:
commit
0b6d56cf3c
|
@ -141,7 +141,7 @@ 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.7/esp8266-2.7.4.7.zip
|
||||
platform_packages = tasmota/framework-arduinoespressif8266 @ 3.20704.7
|
||||
platformio/tool-esptool @ 1.413.0
|
||||
build_unflags = ${esp_defaults.build_unflags}
|
||||
build_flags = ${esp82xx_defaults.build_flags}
|
||||
|
|
Loading…
Reference in New Issue