mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
Merge branch 'main' into event-log-mqtt-auto
This commit is contained in:
commit
f1e0af88df
7 changed files with 30 additions and 12 deletions
|
@ -93,6 +93,15 @@ void init_WiFi_AP();
|
|||
*/
|
||||
void init_WiFi_STA(const char* ssid, const char* password, const uint8_t channel);
|
||||
|
||||
// /**
|
||||
// * @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