trackerconf with gpsEcoMode

This commit is contained in:
richonguzman 2024-07-25 13:08:44 -04:00
parent f6ac6281c0
commit 5b3550300e
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"beacons": [ "beacons": [
{ {
"callsign": "NOCALL-7", "callsign": "NOCALL-7",
"gpsEcoMode": true,
"symbol": "[", "symbol": "[",
"overlay": "/", "overlay": "/",
"micE": "", "micE": "",
@ -20,6 +21,7 @@
}, },
{ {
"callsign": "NOCALL-7", "callsign": "NOCALL-7",
"gpsEcoMode": false,
"symbol": ">", "symbol": ">",
"overlay": "/", "overlay": "/",
"micE": "", "micE": "",
@ -38,6 +40,7 @@
}, },
{ {
"callsign": "NOCALL-7", "callsign": "NOCALL-7",
"gpsEcoMode": false,
"symbol": "b", "symbol": "b",
"overlay": "/", "overlay": "/",
"micE": "", "micE": "",