diff options
author | Aaditya Dhruv <[email protected]> | 2025-08-17 19:24:41 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-08-17 19:24:41 -0500 |
commit | bd3c482eaaff1fcec68e1493de0ac61c6834f80f (patch) | |
tree | 25ccd800b0ed90dfa00c88df9daa52ea191b202d /main/network.h | |
parent | 3d0fbbfe9f5c683028f37e06bc720a74811e30fe (diff) |
- Based on config.h parameters, the ESP32 can connect to the local AP
and send packets containing the value read from the soil sensor
Diffstat (limited to 'main/network.h')
-rw-r--r-- | main/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/network.h b/main/network.h index f14569f..ce5cd12 100644 --- a/main/network.h +++ b/main/network.h @@ -4,4 +4,4 @@ void setup_network(); - +void send_packet(char* data); |