1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-02-11 07:03:07 +01:00

Fix config problem for OBP60, missing setup values

This commit is contained in:
norbert-walter
2026-02-04 16:48:50 +01:00
parent 744cf6469b
commit 337214d650
2 changed files with 20 additions and 16 deletions

View File

@@ -37,7 +37,7 @@
"name": "homeLAT",
"label": "Home latitude",
"type": "number",
"default": "",
"default": "0.00000",
"check": "checkMinMax",
"min": -90.0,
"max": 90.0,
@@ -51,7 +51,7 @@
"name": "homeLON",
"label": "Home longitude",
"type": "number",
"default": "",
"default": "0.00000",
"check": "checkMinMax",
"min": -180.0,
"max": 180.0,