repack update last heard stations

This commit is contained in:
richonguzman 2023-06-06 14:26:17 -04:00
parent 35ad116f68
commit f648140049
6 changed files with 59 additions and 64 deletions

View file

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