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

Implemented for few std. types - DBT missing

This commit is contained in:
Ulrich Meine
2025-05-11 21:57:22 +02:00
parent a5494ccee4
commit 2fb59fb118
10 changed files with 126 additions and 71 deletions

View File

@@ -219,17 +219,6 @@
"obp60":"true"
}
},
{
"name": "calOffsetDBT",
"label": "Offset DBT",
"type": "number",
"default": "0.00",
"description": "Offset for depth transducer; positive for depth from surface, negative for depth below keel",
"category": "OBP60 Settings",
"capabilities": {
"obp60":"true"
}
},
{
"name": "lengthFormat",
"label": "Length Format",
@@ -706,6 +695,7 @@
"list": [
"AWA",
"AWS",
"DBT",
"HDM",
"STW",
"WTemp"
@@ -746,6 +736,7 @@
"list": [
"AWA",
"AWS",
"DBT",
"HDM",
"STW",
"WTemp"
@@ -777,6 +768,47 @@
"obp60":"true"
}
},
{
"name": "calInstance3",
"label": "Calibration Data Instance 3",
"type": "list",
"default": "",
"description": "Data instance for calibration",
"list": [
"AWA",
"AWS",
"DBT",
"HDM",
"STW",
"WTemp"
],
"category": "OBP60 Calibrations",
"capabilities": {
"obp60":"true"
}
},
{
"name": "calOffset3",
"label": "Calibration Data Instance 3 Offset",
"type": "number",
"default": "0.00",
"description": "Offset for data instance 3",
"category": "OBP60 Calibrations",
"capabilities": {
"obp60":"true"
}
},
{
"name": "calSlope3",
"label": "Calibration Data Instance 3 Slope",
"type": "number",
"default": "1.00",
"description": "Slope for data instance 3",
"category": "OBP60 Calibrations",
"capabilities": {
"obp60":"true"
}
},
{
"name": "display",
"label": "Display Mode",