mirror of https://github.com/arendst/Tasmota.git
Merge pull request #12125 from Jason2866/Esp8266_3.0.0
Use release Esp8266 3.0.0 as default for Tasmota stage
This commit is contained in:
commit
84769fbf67
|
@ -12,7 +12,7 @@ build_flags = ${common.build_flags}
|
||||||
|
|
||||||
[core_stage]
|
[core_stage]
|
||||||
; *** Esp8266 core for Arduino version stage
|
; *** Esp8266 core for Arduino version stage
|
||||||
platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git
|
platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino/releases/download/3.0.0/esp8266-3.0.0.zip
|
||||||
; *** Use Xtensa build chain 10.2. GNU23 from https://github.com/earlephilhower/esp-quick-toolchain
|
; *** Use Xtensa build chain 10.2. GNU23 from https://github.com/earlephilhower/esp-quick-toolchain
|
||||||
tasmota/toolchain-xtensa @ 5.100200.210303
|
tasmota/toolchain-xtensa @ 5.100200.210303
|
||||||
build_unflags = ${esp_defaults.build_unflags}
|
build_unflags = ${esp_defaults.build_unflags}
|
||||||
|
|
Loading…
Reference in New Issue