diff options
Diffstat (limited to 'include/wifi.h')
| -rw-r--r-- | include/wifi.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/wifi.h b/include/wifi.h deleted file mode 100644 index bdcbe76..0000000 --- a/include/wifi.h +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | #ifndef WIFI_H | ||
| 2 | #define WIFI_H | ||
| 3 | |||
| 4 | #include "esp_wifi.h" | ||
| 5 | #include "wifi_scan.h" | ||
| 6 | |||
| 7 | /** | ||
| 8 | * @brief Initializes the WiFi interface in station mode. | ||
| 9 | * | ||
| 10 | * Sets up the default WiFi station network interface, | ||
| 11 | * initializes the WiFi driver with default configurations, | ||
| 12 | * starts WiFi, scans for available networks, and connects to | ||
| 13 | * the configured SSID and password. | ||
| 14 | */ | ||
| 15 | void wifi_init_sta(void); | ||
| 16 | |||
| 17 | #endif | ||
