Skip to content

Commit fdc289b

Browse files
authored
tracker.json defaults saving 25 Bytes on air
A first, partial stop gap solution for issue lora-aprs#56. Unfortunately, JSON does not provide syntax for comments.
1 parent fe26125 commit fdc289b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/tracker.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"beacons": [
44
{
55
"callsign": "NOCALL-7",
6-
"path": "WIDE1-1",
7-
"message": "LoRa Tracker",
6+
"path": "",
7+
"message": "",
88
"timeout": 1,
99
"symbol": "[",
1010
"overlay": "/",
@@ -18,7 +18,7 @@
1818
"min_tx_dist": 100,
1919
"min_bcn": 5
2020
},
21-
"enhance_precision": true
21+
"enhance_precision": false
2222
}
2323
],
2424
"button": {

0 commit comments

Comments
 (0)