idk
This commit is contained in:
@@ -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
|
||||||
+2
-2
@@ -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
Submodule Pico-GC9A01 deleted from 7337ef8f51
Reference in New Issue
Block a user