diff -r 24cb415af787 -r 87aa80b8e452 main/task_wifi.h --- a/main/task_wifi.h Tue May 18 16:52:23 2021 +0200 +++ b/main/task_wifi.h Wed May 19 14:35:48 2021 +0200 @@ -17,18 +17,11 @@ */ #define MAX_AP_NUM 10 -/** - * @brief Defines access point's maximum number of clients. - */ -#define AP_MAX_CONNECTIONS 4 - /** * @brief Structure containing the information of the driver task. */ typedef struct { - bool AP_active; ///< Is the AP active. - uint8_t AP_clients; ///< Connected AP clients. bool STA_connected; ///< Connected to AP as station. bool STA_online; ///< Connected and online. char STA_ssid[33]; ///< Connected to this SSID.