mirror of https://github.com/arendst/Tasmota.git
Fix propagated extra_scripts for ESP32-C3
This commit is contained in:
parent
04cd9a3c33
commit
228593c092
|
@ -86,7 +86,7 @@ build_flags = ${env:tasmota32_base.build_flags}
|
|||
-DUSE_BLE_ESP32
|
||||
-DUSE_MI_ESP32
|
||||
;-DESP32_STAGE=true
|
||||
extra_scripts = ${common.extra_scripts}
|
||||
extra_scripts = ${env:tasmota32_base.extra_scripts}
|
||||
pre:pio-tools/cxx_flags.py
|
||||
lib_extra_dirs = lib/libesp32
|
||||
lib/libesp32_div
|
||||
|
|
Loading…
Reference in New Issue