mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 22:47:01 +00:00
adding digirepeater when not wifi available
This commit is contained in:
parent
d4f719f996
commit
1205c23d67
8 changed files with 125 additions and 26 deletions
|
|
@ -37,6 +37,7 @@ 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