Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
tueddy committed Dec 18, 2024
1 parent bfccf8f commit 7204edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Wlan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,12 @@ void Wlan_Init(void) {
ipMode = buffer;
}
Log_Printf(LOGLEVEL_DEBUG, "SSID: %s, Password: %s, %s", s.ssid.c_str(), (s.password.length()) ? "yes" : "no", ipMode);

if (gPrefsSettings.isKey("LAST_SSID") == false) {
gPrefsSettings.putString("LAST_SSID", s.ssid);
Log_Println("Warn: using saved SSID as LAST_SSID", LOGLEVEL_NOTICE);
}

return true;
});

Expand Down

0 comments on commit 7204edd

Please sign in to comment.