Revert "Merge pull request #153 from kharnt0x/wifi-monitor"

This reverts commit 26cbc47c15, reversing
changes made to 38524e27d1.
This commit is contained in:
Brett Christensen 2024-02-07 06:35:55 +11:00
parent 6bc253ff6e
commit 89a8a947af
3 changed files with 25 additions and 63 deletions

View file

@ -81,15 +81,6 @@ 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.
*