diff -r 9c0bcc91fe1a -r 2cc30d828d6e main/task_wifi.h --- a/main/task_wifi.h Tue Apr 11 11:11:13 2023 +0200 +++ b/main/task_wifi.h Tue Apr 11 19:41:53 2023 +0200 @@ -13,7 +13,6 @@ typedef struct { bool STA_connected; ///< Connected to AP as station. bool STA_online; ///< Connected and online. - char STA_ssid[33]; ///< Connected to this SSID. int8_t STA_rssi; ///< Signal strength. char STA_ip[17]; ///< IP address. char STA_nm[17]; ///< IP netmask.