Skip to content

Commit

Permalink
tracker.json defaults saving 25 Bytes on air
Browse files Browse the repository at this point in the history
A first, partial stop gap solution for issue lora-aprs#56.

Unfortunately, JSON does not provide syntax for comments.
  • Loading branch information
stroobandt authored Apr 16, 2022
1 parent fe26125 commit fdc289b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/tracker.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"beacons": [
{
"callsign": "NOCALL-7",
"path": "WIDE1-1",
"message": "LoRa Tracker",
"path": "",
"message": "",
"timeout": 1,
"symbol": "[",
"overlay": "/",
Expand All @@ -18,7 +18,7 @@
"min_tx_dist": 100,
"min_bcn": 5
},
"enhance_precision": true
"enhance_precision": false
}
],
"button": {
Expand Down

0 comments on commit fdc289b

Please sign in to comment.