mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
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]
|
[core32]
|
||||||
; Activate Stage Core32 by removing ";" in next 3 lines, if you want to override the standard core32
|
; Activate Stage Core32 by removing ";" in next 3 lines, if you want to override the standard core32
|
||||||
platform_packages = ${core32_stage.platform_packages}
|
;platform_packages = ${core32_stage.platform_packages}
|
||||||
build_unflags = ${core32_stage.build_unflags}
|
;build_unflags = ${core32_stage.build_unflags}
|
||||||
build_flags = ${core32_stage.build_flags}
|
;build_flags = ${core32_stage.build_flags}
|
||||||
|
|
||||||
[core32_stage]
|
[core32_stage]
|
||||||
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
|
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user