mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-12 07:39:01 +08:00
Space do not generate error anymore
so remove the limitation thanks @szepnorbee for the feedback
This commit is contained in:
parent
6641e4aa4f
commit
ec90a27e7e
@ -70,9 +70,9 @@ bool CONFIG::isSSIDValid(const char * ssid)
|
||||
for (int i=0; i < strlen(ssid); i++) {
|
||||
c = ssid[i];
|
||||
//if (!(isdigit(c) || isalpha(c))) return false;
|
||||
if (c==' ') {
|
||||
return false;
|
||||
}
|
||||
//if (c==' ') {
|
||||
// return false;
|
||||
//}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user