Skip to content

Commit 147b5fb

Browse files
JeanLescutMullerearlephilhower
authored andcommitted
Typo fix in ESP8266WiFiAP.cpp (#6134)
1 parent 0bd36bf commit 147b5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266WiFi/src/ESP8266WiFiAP.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ bool ESP8266WiFiAPClass::softAP(const char* ssid, const char* passphrase, int ch
107107

108108
if(passphrase && strlen(passphrase) > 0 && (strlen(passphrase) > 63 || strlen(passphrase) < 8)) {
109109
// fail passphrase to long or short!
110-
DEBUG_WIFI("[AP] fail passphrase to long or short!\n");
110+
DEBUG_WIFI("[AP] fail passphrase too long or short!\n");
111111
return false;
112112
}
113113

0 commit comments

Comments
 (0)