From 1ba21da6cbc63c0c549fb92731e25bedc482eb51 Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Thu, 4 Sep 2025 22:25:39 +0200 Subject: Unify the directory, add new analysis methods, unify the code style Signed-off-by: Filip Wandzio --- include/wifi.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 include/wifi.h (limited to 'include/wifi.h') 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 @@ -#ifndef WIFI_H -#define WIFI_H - -#include "esp_wifi.h" -#include "wifi_scan.h" - -/** - * @brief Initializes the WiFi interface in station mode. - * - * Sets up the default WiFi station network interface, - * initializes the WiFi driver with default configurations, - * starts WiFi, scans for available networks, and connects to - * the configured SSID and password. - */ -void wifi_init_sta(void); - -#endif -- cgit v1.2.3