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