mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-07 23:45:11 +00:00
statusMode 3 ready
This commit is contained in:
parent
b48bc0a461
commit
54af00d357
12 changed files with 104 additions and 64 deletions
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue