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 0687b6f commit db5f3a8Copy full SHA for db5f3a8
ESPGeiger/src/ConfigManager/ConfigManager.cpp
@@ -250,7 +250,7 @@ bool ConfigManager::autoConnect()
250
}
251
252
uint8_t connection_result = WiFiManager::getLastConxResult();
253
- if (connection_result == WL_WRONG_PASSWORD) {
+ if (connection_result == WL_STATION_WRONG_PASSWORD) {
254
Log::console(PSTR("Config: WiFi password incorrect"));
255
WiFiManager::setEnableConfigPortal(true);
256
WiFiManager::setConfigPortalTimeout(300);
0 commit comments