Use ArduinoEsp8266 core 3.0.1

This commit is contained in:
Jason2866 2021-06-27 12:03:43 +02:00 committed by GitHub
parent d1805246f9
commit 6cf31d4311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,9 @@
;build_flags = ${core_stage.build_flags}
[core_stage]
; *** Esp8266 core for Arduino version stage
platform = espressif8266 @ 3.0.0
platform_packages =
; *** 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
build_unflags = ${esp_defaults.build_unflags}