aboutsummaryrefslogtreecommitdiff
path: root/main/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/net.h')
-rw-r--r--main/net.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/main/net.h b/main/net.h
new file mode 100644
index 0000000..8234689
--- /dev/null
+++ b/main/net.h
@@ -0,0 +1,9 @@
+#ifndef NET_H
+#define NET_H
+
+#include "esp_err.h"
+
+esp_err_t net_connect(void);
+
+#endif /* NET_H */
+