mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-01-11 09:42:13 +01:00
fix error
This commit is contained in:
parent
52172b02cf
commit
7dae3869ab
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ file(GLOB_RECURSE SRCS_CPP *.cpp)
|
|||
idf_component_register(SRCS ${SRCS_CPP}
|
||||
INCLUDE_DIRS "." REQUIRES esp_common arduinoWebSockets pubsubclient SmartRC-CC1101-Driver-Lib)
|
||||
|
||||
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-format -Wno-misleading-indentation)
|
||||
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-format -Wno-misleading-indentation -Wno-error=address)
|
||||
|
||||
# Note: you must have a partition named the first argument (here it's "littlefs")
|
||||
# in your partition table csv file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue