Fixed tracker.json indent

This commit is contained in:
Tekk 2021-12-04 08:16:31 +01:00
parent df89fab51e
commit 6f2fd7e959
1 changed files with 11 additions and 6 deletions

View File

@ -1,7 +1,8 @@
{
"debug": false,
"enhance_precision": true,
"beacons": [
"beacons":
[
{
"callsign": "NOCALL-7",
"message": "LoRa Tracker",
@ -10,11 +11,13 @@
"overlay": "/"
}
],
"button": {
"button":
{
"tx": true,
"alt_message": true
},
"smart_beacon": {
"smart_beacon":
{
"active": true,
"turn_min": 25,
"slow_rate": 300,
@ -22,9 +25,10 @@
"fast_rate": 60,
"fast_speed": 100,
"min_tx_dist": 100,
"min_bcn": 5,
"min_bcn": 5
},
"lora": {
"lora":
{
"frequency_rx": 433775000,
"frequency_tx": 433775000,
"power": 20,
@ -32,7 +36,8 @@
"signal_bandwidth": 125000,
"coding_rate4": 5
},
"ptt_output": {
"ptt_output":
{
"active": false,
"io_pin": 4,
"start_delay": 0,