mirror of https://github.com/arendst/Tasmota.git
C3 build changes
This commit is contained in:
parent
7acb10bb8b
commit
9f1ff8af66
|
@ -60,12 +60,16 @@ platform_packages = framework-arduinoespressif32 @ https://github.com/
|
|||
tasmota/toolchain-riscv32
|
||||
platformio/tool-mklittlefs @ ~1.203.200522
|
||||
build_unflags = ${esp32_defaults.build_unflags} -mtarget-align
|
||||
build_flags = ${esp32_defaults.build_flags} -DFIRMWARE_LITE
|
||||
build_flags = ${esp32_defaults.build_flags}
|
||||
;-DFIRMWARE_LITE
|
||||
-I$PROJECT_DIR/include
|
||||
-include "fix_esp32c3.h"
|
||||
;-DESP32_STAGE=true
|
||||
lib_extra_dirs = lib/libesp32
|
||||
;lib_extra_dirs = lib/libesp32
|
||||
lib_ignore =
|
||||
NeoPixelBus
|
||||
rc-switch
|
||||
OneWire
|
||||
NimBLE-Arduino
|
||||
Micro-RTSP
|
||||
|
||||
|
|
Loading…
Reference in New Issue