Fix config description text
This commit is contained in:
parent
00a8aff8ca
commit
1aa18f3ec0
|
@ -55,7 +55,7 @@
|
||||||
"check": "checkMinMax",
|
"check": "checkMinMax",
|
||||||
"min": -180.0,
|
"min": -180.0,
|
||||||
"max": 180.0,
|
"max": 180.0,
|
||||||
"description": "Longitude of boat home location [-90.0...+90.0]",
|
"description": "Longitude of boat home location [-180.0...+180.0]",
|
||||||
"category": "OBP60 Settings",
|
"category": "OBP60 Settings",
|
||||||
"capabilities": {
|
"capabilities": {
|
||||||
"obp60":"true"
|
"obp60":"true"
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
"check": "checkMinMax",
|
"check": "checkMinMax",
|
||||||
"min": -180.0,
|
"min": -180.0,
|
||||||
"max": 180.0,
|
"max": 180.0,
|
||||||
"description": "Longitude of boat home location [-90.0...+90.0]",
|
"description": "Longitude of boat home location [-180.0...+180.0]",
|
||||||
"category": "OBP40 Settings",
|
"category": "OBP40 Settings",
|
||||||
"capabilities": {
|
"capabilities": {
|
||||||
"obp40": "true"
|
"obp40": "true"
|
||||||
|
|
Loading…
Reference in New Issue