Merge branch 'main' into event-log-mqtt-auto

This commit is contained in:
Brett Christensen 2024-02-09 15:48:09 +11:00
commit f1e0af88df
7 changed files with 30 additions and 12 deletions

View file

@ -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.
*