diff options
Diffstat (limited to 'esp32/main/wifi.h')
| -rw-r--r-- | esp32/main/wifi.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/esp32/main/wifi.h b/esp32/main/wifi.h new file mode 100644 index 0000000..e526eef --- /dev/null +++ b/esp32/main/wifi.h @@ -0,0 +1,6 @@ +#ifndef WIFI_H +#define WIFI_H + +void wifi_connect(void); + +#endif /* WIFI_H */ |
