mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 14:37:05 +00:00
add iGate with APRS and LoRa beacon mode
This commit is contained in:
parent
2312eada2c
commit
d587246be8
7 changed files with 46 additions and 14 deletions
|
|
@ -35,6 +35,8 @@ 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>();
|
||||
igateRepeatsLoRaPackets = data["other"]["igateRepeatsLoRaPackets"].as<bool>();
|
||||
rememberStationTime = data["other"]["rememberStationTime"].as<int>();
|
||||
sendBatteryVoltage = data["other"]["sendBatteryVoltage"].as<bool>();
|
||||
externalVoltageMeasurement = data["other"]["externalVoltageMeasurement"].as<bool>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue