diff options
author | Aaditya Dhruv <[email protected]> | 2025-06-04 00:08:17 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-08-14 20:03:09 -0500 |
commit | ae92286baf2ec538984eb3ca186aea1619ac4b59 (patch) | |
tree | 0f2eb10397e236a3f7c6d116c986da8541ee571c /main/CMakeLists.txt | |
parent | 457c0d46c06c53e6d8e00391a1a4aa23c4c31ca0 (diff) |
Working prototype - Conditional watering based on sensor value
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r-- | main/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index e027065..d5e33a7 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -1,2 +1,2 @@ -idf_component_register(SRCS "sprayduck.c" +idf_component_register(SRCS "sprayduck.c" "network.c" INCLUDE_DIRS ".") |