mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
Revert "Merge pull request #153 from kharnt0x/wifi-monitor"
This reverts commit26cbc47c15
, reversing changes made to38524e27d1
.
This commit is contained in:
parent
6bc253ff6e
commit
89a8a947af
3 changed files with 25 additions and 63 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue