Skip to content

Commit 291c519

Browse files
authored
1 parent bbcc624 commit 291c519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WiFi/src/WiFiMulti.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ bool WiFiMulti::addAP(const char* ssid, const char *passphrase)
5656
return false;
5757
}
5858

59-
if(passphrase && strlen(passphrase) > 63) {
59+
if(passphrase && strlen(passphrase) > 64) {
6060
// fail passphrase too long!
6161
log_e("[WIFI][APlistAdd] passphrase too long");
6262
return false;

0 commit comments

Comments
 (0)