mirror of https://github.com/arendst/Tasmota.git
Use ESP32 stage core for entry `[core32_stage]`
since the core 1.0.4.2 is Tasmota standard and not stage anymore
This commit is contained in:
parent
fae30b2912
commit
5947f3516b
|
@ -125,7 +125,7 @@ lib_extra_dirs = ${library.lib_extra_dirs}
|
|||
[core32_stage]
|
||||
platform = espressif32 @ 2.0.0
|
||||
platform_packages = tool-esptoolpy @ 1.20800.0
|
||||
framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.4.2/esp32-1.0.4.2.zip
|
||||
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v3.3
|
||||
build_unflags = ${esp32_defaults.build_unflags}
|
||||
build_flags = ${esp32_defaults.build_flags}
|
||||
-DESP32_STAGE=true
|
||||
|
|
Loading…
Reference in New Issue