mirror of https://github.com/arendst/Tasmota.git
Disable ESP32 stage as default core
This commit is contained in:
parent
731b6337b3
commit
451dfb2573
|
@ -124,9 +124,9 @@ lib_extra_dirs = ${library.lib_extra_dirs}
|
|||
|
||||
[core32]
|
||||
; Activate Stage Core32 by removing ";" in next 3 lines, if you want to override the standard core32
|
||||
platform_packages = ${core32_stage.platform_packages}
|
||||
build_unflags = ${core32_stage.build_unflags}
|
||||
build_flags = ${core32_stage.build_flags}
|
||||
;platform_packages = ${core32_stage.platform_packages}
|
||||
;build_unflags = ${core32_stage.build_unflags}
|
||||
;build_flags = ${core32_stage.build_flags}
|
||||
|
||||
[core32_stage]
|
||||
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
|
||||
|
|
Loading…
Reference in New Issue