mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-19 21:35:10 +00:00
igate plus digirepeater mode together
This commit is contained in:
parent
9c98a8e369
commit
090c48a893
4 changed files with 19 additions and 19 deletions
|
|
@ -35,7 +35,7 @@ void Configuration::readFile(fs::FS &fs, const char *fileName) {
|
|||
stationMode = data["stationMode"].as<int>();
|
||||
iGateComment = data["iGateComment"].as<String>();
|
||||
beaconInterval = data["other"]["beaconInterval"].as<int>();
|
||||
igateLoRaBeacon = data["other"]["igateLoRaBeacon"].as<bool>();
|
||||
igateSendsLoRaBeacons = data["other"]["igateSendsLoRaBeacons"].as<bool>();
|
||||
igateRepeatsLoRaPackets = data["other"]["igateRepeatsLoRaPackets"].as<bool>();
|
||||
rememberStationTime = data["other"]["rememberStationTime"].as<int>();
|
||||
sendBatteryVoltage = data["other"]["sendBatteryVoltage"].as<bool>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue