Merge pull request #12506 from Jason2866/patch-2

Use toolchain gcc 10.3 for Arduino core 3.0.1
This commit is contained in:
Theo Arends 2021-06-29 14:51:52 +02:00 committed by GitHub
commit f84eeb3e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -7,10 +7,8 @@
[core_stage]
; *** Esp8266 core for Arduino 3.0.1
platform = espressif8266
platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino/releases/download/3.0.1/esp8266-3.0.1.zip
; *** Use Xtensa build chain 10.2. GNU23 from https://github.com/earlephilhower/esp-quick-toolchain
tasmota/toolchain-xtensa @ 5.100200.210303
platform = https://github.com/platformio/platform-espressif8266
platform_packages =
build_unflags = ${esp_defaults.build_unflags}
-Wswitch-unreachable
build_flags = ${esp82xx_defaults.build_flags}