LoRa_APRS_iGate/data/igate_conf.json
richonguzman 0870ae39d8 test2
2023-08-28 23:21:20 -04:00

61 lines
1.2 KiB
JSON

{
"callsign": "NOCALL-10",
"stationMode": 1,
"iGateComment": "LoRa_APRS_iGate",
"wifi": {
"AP": [
{ "ssid": "Wifi_1",
"password": "wifi_1_password",
"latitude": 0.0000000,
"longitude": 0.0000000
},
{ "ssid": "Wifi_2",
"password": "wifi_2_password",
"latitude": 0.0000000,
"longitude": 0.0000000
}
]
},
"digi": {
"comment": "LoRa_APRS_Digirepeater",
"latitude": 0.0000000,
"longitude": 0.0000000
},
"aprs_is": {
"passcode": "VWXYZ",
"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
},
"bme": {
"active": false
},
"ota": {
"username":"",
"password": ""
},
"other": {
"beaconInterval": 15,
"rememberStationTime": 30,
"sendBatteryVoltage": false
}
}