mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-07 15:36:24 +00:00
1.2
This commit is contained in:
parent
d40057ebbd
commit
8e85da253c
7 changed files with 29 additions and 18 deletions
|
|
@ -36,6 +36,7 @@ void Configuration::readFile(fs::FS &fs, const char *fileName) {
|
|||
iGateComment = data["iGateComment"].as<String>();
|
||||
beaconInterval = data["other"]["beaconInterval"].as<int>();
|
||||
rememberStationTime = data["other"]["rememberStationTime"].as<int>();
|
||||
sendBatteryVoltage = data["other"]["sendBatteryVoltage"].as<bool>();
|
||||
|
||||
digi.comment = data["digi"]["comment"].as<String>();
|
||||
digi.latitude = data["digi"]["latitude"].as<double>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue