mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 06:26:46 +00:00
wildcard and two stations blacklisted OK
This commit is contained in:
parent
56d63d0389
commit
b688391a0e
6 changed files with 57 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue