From bd3c482eaaff1fcec68e1493de0ac61c6834f80f Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sun, 17 Aug 2025 19:24:41 -0500 Subject: Add Networking support - Based on config.h parameters, the ESP32 can connect to the local AP and send packets containing the value read from the soil sensor --- main/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/network.h') 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); -- cgit