LoRa_APRS_Tracker111/data/tracker_config.json

72 lines
1.3 KiB
JSON

{
"beacons": [
{
"callsign": "NOCALL-7",
"symbol": "[",
"comment": "",
"smart_beacon": {
"active": true,
"slowRate": 120,
"slowSpeed": 3,
"fastRate": 60,
"fastSpeed": 15,
"minTxDist": 50,
"minDeltaBeacon": 20,
"turnMinDeg": 12,
"turnSlope": 60
}
},
{
"callsign": "NOCALL-7",
"symbol": ">",
"comment": "",
"smart_beacon": {
"active": true,
"slowRate": 120,
"slowSpeed": 10,
"fastRate": 60,
"fastSpeed": 70,
"minTxDist": 100,
"minDeltaBeacon": 12,
"turnMinDeg": 10,
"turnSlope": 80
}
},
{
"callsign": "NOCALL-7",
"symbol": "b",
"comment": "",
"smart_beacon": {
"active": true,
"slowRate": 120,
"slowSpeed": 5,
"fastRate": 60,
"fastSpeed": 40,
"minTxDist": 100,
"minDeltaBeacon": 12,
"turnMinDeg": 12,
"turnSlope": 60
}
}
],
"lora": {
"frequency": 433775000,
"spreadingFactor": 12,
"signalBandwidth": 125000,
"codingRate4": 5,
"power": 20
},
"other": {
"showSymbolOnDisplay": true,
"sendCommentAfterXBeacons": 10,
"displayEcoMode": false,
"displayTimeout": 4,
"overlay": "/",
"path": "WIDE1-1",
"nonSmartBeaconRate": 15,
"rememberStationTime": 30,
"maxDistanceToTracker": 30,
"standingUpdateTime": 15,
"sendAltitude": true
}
}