mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-18 16:23:07 +01:00
Fix config description text
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user