Fixed tracker.json indent

This commit is contained in:
Tekk 2021-12-04 08:16:31 +01:00
parent df89fab51e
commit 6f2fd7e959

View file

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