wildcard and two stations blacklisted OK

This commit is contained in:
richonguzman 2025-01-01 21:42:37 -03:00
parent 56d63d0389
commit b688391a0e
6 changed files with 57 additions and 17 deletions

View file

@ -221,9 +221,9 @@ bool Configuration::readFile() {
rebootMode = data["other"]["rebootMode"] | false;
rebootModeTime = data["other"]["rebootModeTime"] | 6;
personalNote = data["personalNote"] | "personal note here...";
personalNote = data["personalNote"] | "personal note here";
blackList = data["blackList"] | "";
blackList = data["blackList"] | "station callsign";
if (wifiAPs.size() == 0) { // If we don't have any WiFi's from config we need to add "empty" SSID for AUTO AP
WiFi_AP wifiap;