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/network.h | |
parent | 457c0d46c06c53e6d8e00391a1a4aa23c4c31ca0 (diff) |
Working prototype - Conditional watering based on sensor value
Diffstat (limited to 'main/network.h')
-rw-r--r-- | main/network.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/main/network.h b/main/network.h new file mode 100644 index 0000000..f14569f --- /dev/null +++ b/main/network.h @@ -0,0 +1,7 @@ +#include "esp_err.h" +#include "esp_wifi.h" +#include "esp_wifi_types_generic.h" + + +void setup_network(); + |