mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user