Skip to content

Commit

Permalink
fixes #1511
Browse files Browse the repository at this point in the history
  • Loading branch information
tablatronix committed Oct 14, 2022
1 parent dbefaed commit 701d58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WiFiManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ boolean WiFiManager::autoConnect(char const *apName, char const *apPassword) {
DEBUG_WM(F("AutoConnect"));
#endif

bool wifiIsSaved = getWiFiIsSaved();
// bool wifiIsSaved = getWiFiIsSaved();

#ifdef ESP32
setupHostname(true);
Expand Down

0 comments on commit 701d58f

Please sign in to comment.