From fdc289b2854818c8c8f493b791e19c507e81b157 Mon Sep 17 00:00:00 2001 From: "Serge Y. Stroobandt" <1105595+stroobandt@users.noreply.github.com> Date: Sat, 16 Apr 2022 20:50:41 +0200 Subject: [PATCH] tracker.json defaults saving 25 Bytes on air A first, partial stop gap solution for issue #56. Unfortunately, JSON does not provide syntax for comments. --- data/tracker.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/tracker.json b/data/tracker.json index 174af42..5f789d3 100644 --- a/data/tracker.json +++ b/data/tracker.json @@ -3,8 +3,8 @@ "beacons": [ { "callsign": "NOCALL-7", - "path": "WIDE1-1", - "message": "LoRa Tracker", + "path": "", + "message": "", "timeout": 1, "symbol": "[", "overlay": "/", @@ -18,7 +18,7 @@ "min_tx_dist": 100, "min_bcn": 5 }, - "enhance_precision": true + "enhance_precision": false } ], "button": {