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 bbd6505 commit 4bd43c7Copy full SHA for 4bd43c7
libraries/WiFi/src/WiFiMulti.cpp
@@ -53,7 +53,7 @@ bool WiFiMulti::addAP(const char *ssid, const char *pass) {
53
} else {
54
ap.pass = nullptr;
55
}
56
- DEBUGV("[WIFIMULTI] Adding: '%s' %s' to list\n", ap.ssid, ap.pass);
+ DEBUGV("[WIFIMULTI] Adding: '%s' '%s' to list\n", ap.ssid, ap.pass);
57
_list.push_front(ap);
58
return true;
59
0 commit comments