Skip to content

Commit 4bd43c7

Browse files
Update WiFiMulti.cpp debug message (#3075)
1 parent bbd6505 commit 4bd43c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WiFi/src/WiFiMulti.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ bool WiFiMulti::addAP(const char *ssid, const char *pass) {
5353
} else {
5454
ap.pass = nullptr;
5555
}
56-
DEBUGV("[WIFIMULTI] Adding: '%s' %s' to list\n", ap.ssid, ap.pass);
56+
DEBUGV("[WIFIMULTI] Adding: '%s' '%s' to list\n", ap.ssid, ap.pass);
5757
_list.push_front(ap);
5858
return true;
5959
}

0 commit comments

Comments
 (0)