mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 14:37:05 +00:00
1.2
This commit is contained in:
parent
a8f013ba7d
commit
35499c36c6
11 changed files with 58 additions and 64 deletions
|
|
@ -37,7 +37,6 @@ void Configuration::readFile(fs::FS &fs, const char *fileName) {
|
|||
beaconInterval = data["other"]["beaconInterval"].as<int>();
|
||||
rememberStationTime = data["other"]["rememberStationTime"].as<int>();
|
||||
sendBatteryVoltage = data["other"]["sendBatteryVoltage"].as<bool>();
|
||||
lastWiFiCheck = data["other"]["lastWiFiCheck"].as<int>();
|
||||
|
||||
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