LoRa_APRS_iGate/data/igate_conf.json
richonguzman 5ee4418d5b 1.1.3
2023-07-30 17:12:50 -04:00

58 lines
1.1 KiB
JSON

{
"callsign": "CD2RXU-11",
"stationMode": 5,
"iGateComment": "LoRa_APRS_iGate",
"wifi": {
"AP": [
{ "ssid": "Richon",
"password": "k4fPnmg5qnyf",
"latitude": -33.0337313,
"longitude": -71.5737261
},
{ "ssid": "iPhone Richon",
"password": "1234poto5678",
"latitude": -32.9543284,
"longitude": -71.1202063
}
]
},
"digi": {
"comment": "LoRa_APRS_Digirepeater",
"latitude": -32.9543284,
"longitude": -71.1202063
},
"aprs_is": {
"passcode": "23202",
"server": "euro.aprs2.net",
"port": 14580,
"reportingDistance": 30
},
"lora": {
"iGateFreq": 433775000,
"digirepeaterTxFreq": 433775000,
"digirepeaterRxFreq": 433900000,
"spreadingFactor": 12,
"signalBandwidth": 125000,
"codingRate4": 5,
"power": 20
},
"display": {
"alwaysOn": true,
"timeout": 4,
"turn180" : false
},
"syslog": {
"active": false,
"server": "192.168.0.100",
"port": 514
},
"other": {
"beaconInterval": 15,
"rememberStationTime": 30,
"sendBatteryVoltage": false,
"lastWiFiCheck": 15
},
"bme": {
"active": false
}
}