make it bulletproof

This commit is contained in:
Brett Christensen 2024-02-06 12:04:57 +11:00
parent 6f72d0bc40
commit c485d7a2de
2 changed files with 105 additions and 49 deletions

View file

@ -90,14 +90,14 @@ void init_WiFi_STA(const char* ssid, const char* password);
*/
void WiFi_monitor_loop();
/**
* @brief Function to handle WiFi reconnection.
*
* @param[in] void
*
* @return void
*/
void handle_WiFi_reconnection(unsigned long currentMillis);
// /**
// * @brief Function to handle WiFi reconnection.
// *
// * @param[in] void
// *
// * @return void
// */
// void handle_WiFi_reconnection(unsigned long currentMillis);
/**
* @brief Initialization function for ElegantOTA.