Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tablatronix committed Jan 17, 2024
1 parent c2af8e5 commit e76e4c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WiFiManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ boolean WiFiManager::autoConnect(char const *apName, char const *apPassword) {
DEBUG_WM(F("AutoConnect"));
#endif

bool wifiIsSaved = getWiFiIsSaved();
// bool wifiIsSaved = getWiFiIsSaved();
bool wifiIsSaved = true; // workaround until I can check esp32 wifiisinit and has nvs

#ifdef ESP32
setupHostname(true);
Expand Down

0 comments on commit e76e4c2

Please sign in to comment.