mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Merge pull request #12312 from Jason2866/patch-3
More libignore for ESP32-C3 build
This commit is contained in:
commit
bb7b8a3d1b
@ -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_ignore =
|
||||
NeoPixelBus
|
||||
rc-switch
|
||||
OneWire
|
||||
NimBLE-Arduino
|
||||
Micro-RTSP
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user