LoRa_APRS_iGate/data/igate_conf.json
2024-05-23 20:13:05 -04:00

80 lines
1.7 KiB
JSON

{
"callsign": "NOCALL-10",
"wifi": {
"autoAP": {
"password": "1234567890",
"powerOff": 10
},
"AP": []
},
"beacon": {
"latitude": 0.0,
"longitude": 0.0,
"comment": "LoRa APRS",
"interval": 15,
"overlay": "L",
"symbol": "a",
"path": "WIDE1-1",
"sendViaAPRSIS": false,
"sendViaRF": false
},
"aprs_is": {
"active": false,
"passcode": "XYZVW",
"server": "rotate.aprs2.net",
"port": 14580,
"filter": "m/10",
"messagesToRF": false,
"objectsToRF": false
},
"digi": {
"mode": 0
},
"lora": {
"txFreq": 433775000,
"rxFreq": 433775000,
"spreadingFactor": 12,
"signalBandwidth": 125000,
"codingRate4": 5,
"power": 20,
"txActive": false,
"rxActive": true
},
"display": {
"alwaysOn": true,
"timeout": 4,
"turn180": false
},
"battery": {
"sendBatteryVoltage": false,
"externalVoltageMeasurement": false,
"externalVoltagePin": 34
},
"bme": {
"active": false,
"heightCorrection": 0,
"temperatureCorrection": 0.0
},
"syslog": {
"active": false,
"server": "192.168.0.100",
"port": 514
},
"tnc": {
"enableServer": false,
"enableSerial": false,
"acceptOwn": false
},
"ota": {
"username": "",
"password": ""
},
"other": {
"rememberStationTime": 30,
"lowPowerMode": false,
"lowVoltageCutOff": 0,
"backupDigiMode": false,
"rebootMode": false,
"rebootModeTime": 0
}
}