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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user