From 6f2fd7e95943d736257e41b89fa7e2a4a1806a31 Mon Sep 17 00:00:00 2001 From: Tekk Date: Sat, 4 Dec 2021 08:16:31 +0100 Subject: [PATCH] Fixed tracker.json indent --- data/tracker.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/data/tracker.json b/data/tracker.json index ab35abe..7cd83dd 100644 --- a/data/tracker.json +++ b/data/tracker.json @@ -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,