main/task_wifi.h

changeset 49
f526ba98a6b7
parent 47
1ab1f4a8c328
child 50
aae0056bc20b
equal deleted inserted replaced
48:d43ea0c916de 49:f526ba98a6b7
33 * @return Return true is connected and we have an IP address. 33 * @return Return true is connected and we have an IP address.
34 */ 34 */
35 bool ready_WiFi(void); 35 bool ready_WiFi(void);
36 36
37 37
38 /**
39 * @brief Signal to update the WiFi rssi status.
40 */
38 void status_WiFi(void); 41 void status_WiFi(void);
39 42
40 43
41 /** 44 /**
42 * @brief Main task for the wifi_manager 45 * @brief Main task for the wifi_manager

mercurial