summaryrefslogtreecommitdiffstats
path: root/main/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/net.h')
-rw-r--r--main/net.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/net.h b/main/net.h
new file mode 100644
index 0000000..622fd01
--- /dev/null
+++ b/main/net.h
@@ -0,0 +1,10 @@
+#ifndef NET_H
+#define NET_H
+
+#include <mqtt_client.h>
+
+void wifi_connect(void);
+
+esp_mqtt_client_handle_t mqtt_connect(void);
+
+#endif