WMT_PW #1

Merged
R_Duszkiewicz merged 6 commits from WMT_PW into main 2026-05-10 23:28:21 +02:00
Showing only changes of commit b723838413 - Show all commits

View File

@@ -275,6 +275,11 @@ bool WiFiManager::performOTAUpdate(bool allowInsecureTLS, std::function<void(int
}
void WiFiManager::startCaptivePortal() {
if (captivePortalActive) {
ESP_LOGI(WIFI, "Captive Portal is already running.");
return;
}
ESP_LOGI(WIFI, "Starting Captive Portal");
setupAccessPoint(ssidAP.c_str(), passwordAP.c_str());