main/task_wifi.h

changeset 22
90f22a101fc6
parent 1
ad2c8b13eb88
child 56
756d1a63d129
--- a/main/task_wifi.h	Fri Oct 26 23:32:32 2018 +0200
+++ b/main/task_wifi.h	Sat Oct 27 15:55:16 2018 +0200
@@ -30,6 +30,7 @@
     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.
     int8_t		STA_rssi;		///< Signal strength.
     char		STA_ip[16];		///< IP address.

mercurial