mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-08 07:55:28 +00:00
repack update last heard stations
This commit is contained in:
parent
35ad116f68
commit
f648140049
6 changed files with 59 additions and 64 deletions
|
|
@ -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>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue