mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-01-21 08:10:15 +01:00
119 lines
2.7 KiB
JSON
119 lines
2.7 KiB
JSON
{
|
|
"callsign": "NOCALL-10",
|
|
"wifi": {
|
|
"autoAP": {
|
|
"password": "1234567890",
|
|
"timeout": 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,
|
|
"beaconFreq": 1,
|
|
"statusActive": false,
|
|
"statusPacket": "",
|
|
"gpsActive": false,
|
|
"gpsAmbiguity": false
|
|
},
|
|
"aprs_is": {
|
|
"active": false,
|
|
"messagesToRF": false,
|
|
"objectsToRF": false,
|
|
"server": "rotate.aprs2.net",
|
|
"passcode": "XYZVW",
|
|
"port": 14580,
|
|
"filter": "m/10"
|
|
},
|
|
"personalNote": "",
|
|
"blacklist": "",
|
|
"digi": {
|
|
"mode": 0,
|
|
"ecoMode": 0
|
|
},
|
|
"lora": {
|
|
"rxActive": true,
|
|
"rxFreq": 433775000,
|
|
"rxSpreadingFactor": 12,
|
|
"rxCodingRate4": 5,
|
|
"rxSignalBandwidth": 125000,
|
|
"txActive": false,
|
|
"txFreq": 433775000,
|
|
"txSpreadingFactor": 12,
|
|
"txCodingRate4": 5,
|
|
"txSignalBandwidth": 125000,
|
|
"power": 20
|
|
},
|
|
"display": {
|
|
"alwaysOn": true,
|
|
"timeout": 4,
|
|
"turn180": false
|
|
},
|
|
"battery": {
|
|
"sendInternalVoltage": false,
|
|
"monitorInternalVoltage": false,
|
|
"internalSleepVoltage": 2.9,
|
|
"sendExternalVoltage": false,
|
|
"externalVoltagePin": 34,
|
|
"monitorExternalVoltage": false,
|
|
"externalSleepVoltage": 10.9,
|
|
"voltageDividerR1": 100.0,
|
|
"voltageDividerR2": 27.0,
|
|
"sendVoltageAsTelemetry": false
|
|
},
|
|
"wxsensor": {
|
|
"active": false,
|
|
"heightCorrection": 0,
|
|
"temperatureCorrection": 0.0
|
|
},
|
|
"syslog": {
|
|
"active": false,
|
|
"server": "lora.link9.net",
|
|
"port": 1514,
|
|
"logBeaconOverTCPIP": false
|
|
},
|
|
"tnc": {
|
|
"enableServer": false,
|
|
"enableSerial": false,
|
|
"acceptOwn": false
|
|
},
|
|
"mqtt": {
|
|
"active": false,
|
|
"server": "",
|
|
"topic": "",
|
|
"username": "",
|
|
"password": "",
|
|
"port": 1883,
|
|
"beaconOverMqtt": false
|
|
},
|
|
"ota": {
|
|
"username": "",
|
|
"password": ""
|
|
},
|
|
"webadmin": {
|
|
"username": "admin",
|
|
"password": ""
|
|
},
|
|
"remoteManagement": {
|
|
"managers": "",
|
|
"rfOnly": true
|
|
},
|
|
"ntp": {
|
|
"server": "pool.ntp.org",
|
|
"gmtCorrection": 0.0
|
|
},
|
|
"other": {
|
|
"rememberStationTime": 30,
|
|
"backupDigiMode": false,
|
|
"rebootMode": false,
|
|
"rebootModeTime": 6,
|
|
"startupDelay": 0
|
|
}
|
|
} |