1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 06:53:07 +01:00

Fix for GPS and RTC see issue #79 and #88

This commit is contained in:
norbert-walter
2024-11-02 16:28:22 +01:00
parent 717d66054d
commit c5449a91a6
4 changed files with 26 additions and 8 deletions

View File

@@ -311,6 +311,20 @@
"obp60":"true"
}
},
{
"name": "hdopAccuracy",
"label": "HDOP Accuracy [m]",
"type": "number",
"default": "20",
"check": "checkMinMax",
"min": 1,
"max": 50,
"description": "HDOP ccuracy in m for a valid GPS signal [1...50]",
"category": "OBP60 Hardware",
"capabilities": {
"obp60":"true"
}
},
{
"name": "useEnvSensor",
"label": "Env. Sensor",