idk
This commit is contained in:
parent
898c34b538
commit
a02a20a957
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,6 +2,9 @@ wifi_conf.h
|
|||||||
build
|
build
|
||||||
.cache
|
.cache
|
||||||
.idea
|
.idea
|
||||||
|
.vscode
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
relay/target
|
relay/target
|
||||||
relay/.vscode
|
relay/.vscode
|
||||||
|
sm.py
|
||||||
|
zones.csv
|
||||||
@ -28,7 +28,7 @@ set(PICO_CXX_ENABLE_EXCEPTIONS 1)
|
|||||||
pico_sdk_init()
|
pico_sdk_init()
|
||||||
|
|
||||||
file(GLOB GC9A01_SOURCES
|
file(GLOB GC9A01_SOURCES
|
||||||
"Pico-GC9A01/GC9A01/*.c"
|
"GC9A01/*.c"
|
||||||
)
|
)
|
||||||
# Add executable. Default name is the project name, version 0.1
|
# Add executable. Default name is the project name, version 0.1
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ target_link_libraries(smart_alarm
|
|||||||
target_include_directories(smart_alarm PRIVATE
|
target_include_directories(smart_alarm PRIVATE
|
||||||
${CMAKE_CURRENT_LIST_DIR}
|
${CMAKE_CURRENT_LIST_DIR}
|
||||||
${CMAKE_CURRENT_LIST_DIR}/.. # for our common lwipopts or any other standard includes, if required
|
${CMAKE_CURRENT_LIST_DIR}/.. # for our common lwipopts or any other standard includes, if required
|
||||||
${CMAKE_CURRENT_LIST_DIR}/Pico-GC9A01/GC9A01
|
${CMAKE_CURRENT_LIST_DIR}/GC9A01
|
||||||
)
|
)
|
||||||
|
|
||||||
# Add any user requested libraries
|
# Add any user requested libraries
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
Subproject commit 7337ef8f51f1580cf884af2a96e2c93752431bc7
|
|
||||||
Loading…
x
Reference in New Issue
Block a user