mirror of https://github.com/arendst/Tasmota.git
Merge pull request #12506 from Jason2866/patch-2
Use toolchain gcc 10.3 for Arduino core 3.0.1
This commit is contained in:
commit
f84eeb3e68
|
@ -7,10 +7,8 @@
|
||||||
|
|
||||||
[core_stage]
|
[core_stage]
|
||||||
; *** Esp8266 core for Arduino 3.0.1
|
; *** Esp8266 core for Arduino 3.0.1
|
||||||
platform = espressif8266
|
platform = https://github.com/platformio/platform-espressif8266
|
||||||
platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino/releases/download/3.0.1/esp8266-3.0.1.zip
|
platform_packages =
|
||||||
; *** Use Xtensa build chain 10.2. GNU23 from https://github.com/earlephilhower/esp-quick-toolchain
|
|
||||||
tasmota/toolchain-xtensa @ 5.100200.210303
|
|
||||||
build_unflags = ${esp_defaults.build_unflags}
|
build_unflags = ${esp_defaults.build_unflags}
|
||||||
-Wswitch-unreachable
|
-Wswitch-unreachable
|
||||||
build_flags = ${esp82xx_defaults.build_flags}
|
build_flags = ${esp82xx_defaults.build_flags}
|
||||||
|
|
Loading…
Reference in New Issue