mirror of https://github.com/arendst/Tasmota.git
Merge pull request #8884 from Jason2866/patch-2
Core stage is now built with GCC10.1 toolchain
This commit is contained in:
commit
c854deee9f
|
@ -122,9 +122,9 @@ build_flags = ${esp82xx_defaults.build_flags}
|
|||
; -lstdc++-exc
|
||||
|
||||
[core_stage]
|
||||
; *** Esp8266 core for Arduino version latest development version
|
||||
platform = espressif8266@2.6.0
|
||||
platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git
|
||||
; *** Esp8266 core version. Tasmota stage or Arduino stage version. Built with GCC 10.1 toolchain
|
||||
platform = https://github.com/Jason2866/platform-espressif8266/releases/download/2.9.0/platform-espressif8266-2.9.0.tar.gz
|
||||
platform_packages = ;framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git
|
||||
build_unflags = ${esp_defaults.build_unflags}
|
||||
build_flags = ${esp82xx_defaults.build_flags}
|
||||
|
||||
|
@ -203,3 +203,4 @@ lib_extra_dirs =
|
|||
|
||||
lib_ignore =
|
||||
cc1101
|
||||
|
||||
|
|
Loading…
Reference in New Issue