LoRa_APRS_Tracker/data/tracker.json

44 lines
732 B
JSON
Raw Normal View History

2021-03-03 21:58:31 +01:00
{
2021-03-05 15:01:07 +01:00
"debug": false,
2021-12-19 22:27:29 +01:00
"beacons": [
{
2022-08-02 23:05:47 +02:00
"callsign": "DJ2CS-2",
2021-12-19 22:27:29 +01:00
"path": "WIDE1-1",
"message": "LoRa Tracker",
"timeout": 1,
"symbol": "[",
2021-12-19 23:41:10 +01:00
"overlay": "/",
"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
}
],
2021-12-19 22:27:29 +01:00
"button": {
"tx": true,
"alt_message": true
2021-03-05 15:01:07 +01:00
},
2021-12-19 22:27:29 +01:00
"lora": {
"frequency_rx": 433775000,
"frequency_tx": 433775000,
"power": 20,
"spreading_factor": 12,
"signal_bandwidth": 125000,
"coding_rate4": 5
},
2021-12-19 22:27:29 +01:00
"ptt_output": {
"active": false,
"io_pin": 4,
"start_delay": 0,
"end_delay": 0,
"reverse": false
2021-03-03 21:58:31 +01:00
}
2021-12-19 22:27:29 +01:00
}