summaryrefslogtreecommitdiff
path: root/src/wifi.h
diff options
context:
space:
mode:
authorChristian Segundo2023-04-04 18:33:04 +0200
committerChristian Segundo2023-04-04 18:33:04 +0200
commit1fd97b74dce8318d9d0d7367896dbe3b21823d65 (patch)
treea9cb7def5ca73785d51be69ef461c84194d9064c /src/wifi.h
downloadds18x20-exporter-1fd97b74dce8318d9d0d7367896dbe3b21823d65.tar.gz
first commit
Diffstat (limited to 'src/wifi.h')
-rw-r--r--src/wifi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wifi.h b/src/wifi.h
new file mode 100644
index 0000000..8898a4b
--- /dev/null
+++ b/src/wifi.h
@@ -0,0 +1,4 @@
+#include "esp_wifi.h"
+
+esp_err_t wifi_init(wifi_sta_config_t const *sta_config);
+esp_err_t _wifi_deinit(void);