mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 17:45:49 +00:00
Merge pull request #4040 from TD-er/bugfix/minimal_ssid_char
[WiFi] Revert accidentally reject SSID < 8 chars
This commit is contained in:
@@ -103,7 +103,6 @@ bool WiFi_AP_Candidate::usable() const {
|
||||
}
|
||||
}
|
||||
if (!isHidden && (ssid.isEmpty())) { return false; }
|
||||
if (ssid.length() < 8) {return false; }
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user