statusMode 3 ready

This commit is contained in:
richonguzman 2023-06-07 19:34:18 -04:00
parent b48bc0a461
commit 54af00d357
12 changed files with 104 additions and 64 deletions

View file

@ -31,7 +31,8 @@ void Configuration::readFile(fs::FS &fs, const char *fileName) {
callsign = data["callsign"].as<String>();
stationMode = data["stationMode"].as<int>();
comment = data["comment"].as<String>();
iGateComment = data["iGateComment"].as<String>();
digirepeaterComment = data["digirepeaterComment"].as<String>();
beaconInterval = data["other"]["beaconInterval"].as<int>();
rememberStationTime = data["other"]["rememberStationTime"].as<int>();
statusAfterBoot = data["other"]["statusAfterBoot"].as<bool>();