mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
make it bulletproof
This commit is contained in:
parent
6f72d0bc40
commit
c485d7a2de
2 changed files with 105 additions and 49 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue