mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
add wifi monitoring loop
This commit is contained in:
parent
fa9c9125db
commit
266528587a
3 changed files with 63 additions and 25 deletions
|
@ -71,6 +71,15 @@ void init_WiFi_AP();
|
|||
*/
|
||||
void init_WiFi_STA(const char* ssid, const char* password);
|
||||
|
||||
/**
|
||||
* @brief Monitoring loop for WiFi. Will attempt to reconnect to access point if the connection goes down.
|
||||
*
|
||||
* @param[in] void
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
void WiFi_monitor_loop();
|
||||
|
||||
/**
|
||||
* @brief Initialization function for ElegantOTA.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue