mirror of https://github.com/arendst/Tasmota.git
Disabled stage Esp8266 3.0.0 as default
This commit is contained in:
parent
8b34d6e04f
commit
516fbfc4db
|
@ -6,9 +6,9 @@ build_flags = ${common.build_flags}
|
|||
|
||||
[core]
|
||||
; Activate (by removing the ";" in the next lines) if you want to override the standard core defined in platformio.ini !!!
|
||||
platform_packages = ${core_stage.platform_packages}
|
||||
build_unflags = ${core_stage.build_unflags}
|
||||
build_flags = ${core_stage.build_flags}
|
||||
;platform_packages = ${core_stage.platform_packages}
|
||||
;build_unflags = ${core_stage.build_unflags}
|
||||
;build_flags = ${core_stage.build_flags}
|
||||
|
||||
[core_stage]
|
||||
; *** Esp8266 core for Arduino version stage
|
||||
|
|
Loading…
Reference in New Issue