b4b6aa887a
Signed-off-by: DL3EL <dl3el@darc.de>
84 lines
1.5 KiB
JSON
84 lines
1.5 KiB
JSON
{
|
|
"debug": false,
|
|
"beacons": [
|
|
{
|
|
"callsign": "NOCALL-7",
|
|
"path": "WIDE1-1",
|
|
"message": "LoRa Tracker",
|
|
"timeout": 1,
|
|
"symbol": "[",
|
|
"overlay": "/",
|
|
"type": "W",
|
|
"smart_beacon": {
|
|
"active": true,
|
|
"turn_min": 25,
|
|
"slow_rate": 300,
|
|
"slow_speed": 2,
|
|
"fast_rate": 60,
|
|
"fast_speed": 5,
|
|
"min_tx_dist": 100,
|
|
"min_bcn": 5
|
|
},
|
|
"enhance_precision": true
|
|
},
|
|
{
|
|
"callsign": "NOCALL-7",
|
|
"path": "WIDE1-1",
|
|
"message": "LoRa Tracker",
|
|
"timeout": 1,
|
|
"symbol": "[",
|
|
"overlay": "/",
|
|
"type": "C",
|
|
"smart_beacon": {
|
|
"active": true,
|
|
"turn_min": 25,
|
|
"slow_rate": 300,
|
|
"slow_speed": 10,
|
|
"fast_rate": 60,
|
|
"fast_speed": 100,
|
|
"min_tx_dist": 100,
|
|
"min_bcn": 5
|
|
},
|
|
"enhance_precision": true
|
|
},
|
|
{
|
|
"callsign": "NOCALL-7",
|
|
"path": "WIDE1-1",
|
|
"message": "LoRa Tracker",
|
|
"timeout": 1,
|
|
"symbol": "[",
|
|
"overlay": "/",
|
|
"type": "B",
|
|
"smart_beacon": {
|
|
"active": true,
|
|
"turn_min": 25,
|
|
"slow_rate": 300,
|
|
"slow_speed": 5,
|
|
"fast_rate": 60,
|
|
"fast_speed": 20,
|
|
"min_tx_dist": 100,
|
|
"min_bcn": 5
|
|
},
|
|
"enhance_precision": true
|
|
}
|
|
],
|
|
"button": {
|
|
"tx": true,
|
|
"alt_message": true
|
|
},
|
|
"lora": {
|
|
"frequency_rx": 433775000,
|
|
"frequency_tx": 433775000,
|
|
"power": 20,
|
|
"spreading_factor": 12,
|
|
"signal_bandwidth": 125000,
|
|
"coding_rate4": 5
|
|
},
|
|
"ptt_output": {
|
|
"active": false,
|
|
"io_pin": 4,
|
|
"start_delay": 0,
|
|
"end_delay": 0,
|
|
"reverse": false
|
|
}
|
|
}
|