We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e41faf commit 0687b6fCopy full SHA for 0687b6f
ESPGeiger/src/ConfigManager/ConfigManager.cpp
@@ -251,7 +251,7 @@ bool ConfigManager::autoConnect()
251
252
uint8_t connection_result = WiFiManager::getLastConxResult();
253
if (connection_result == WL_WRONG_PASSWORD) {
254
- Log::console(PSTR("Config: WiFi password incorrect");
+ Log::console(PSTR("Config: WiFi password incorrect"));
255
WiFiManager::setEnableConfigPortal(true);
256
WiFiManager::setConfigPortalTimeout(300);
257
Log::console(PSTR("Config: Entering setup for 300s"));
0 commit comments