potential fix for wifi issues

This commit is contained in:
Brett Christensen 2024-02-06 07:28:19 +11:00
parent 440e010a71
commit c0781ef35a
2 changed files with 62 additions and 63 deletions

View file

@ -90,6 +90,15 @@ 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 Initialization function for ElegantOTA.
*