mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
potential fix for wifi issues
This commit is contained in:
parent
440e010a71
commit
c0781ef35a
2 changed files with 62 additions and 63 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue