mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
Initial commit - principle working
This commit is contained in:
@@ -219,6 +219,17 @@
|
||||
"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",
|
||||
@@ -687,6 +698,86 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "calInstance1",
|
||||
"label": "Calibration Data Instance 1",
|
||||
"type": "list",
|
||||
"default": "",
|
||||
"description": "Data instance for calibration",
|
||||
"list": [
|
||||
"AWA",
|
||||
"AWS",
|
||||
"HDM",
|
||||
"STW",
|
||||
"WTemp"
|
||||
],
|
||||
"category": "OBP60 Calibrations",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "calOffset1",
|
||||
"label": "Calibration Data Instance 1 Offset",
|
||||
"type": "number",
|
||||
"default": "0.00",
|
||||
"description": "Offset for data instance 1",
|
||||
"category": "OBP60 Calibrations",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "calSlope1",
|
||||
"label": "Calibration Data Instance 1 Slope",
|
||||
"type": "number",
|
||||
"default": "1.00",
|
||||
"description": "Slope for data instance 1",
|
||||
"category": "OBP60 Calibrations",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "calInstance2",
|
||||
"label": "Calibration Data Instance 2",
|
||||
"type": "list",
|
||||
"default": "",
|
||||
"description": "Data instance for calibration",
|
||||
"list": [
|
||||
"AWA",
|
||||
"AWS",
|
||||
"HDM",
|
||||
"STW",
|
||||
"WTemp"
|
||||
],
|
||||
"category": "OBP60 Calibrations",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "calOffset2",
|
||||
"label": "Calibration Data Instance 2 Offset",
|
||||
"type": "number",
|
||||
"default": "0.00",
|
||||
"description": "Offset for data instance 2",
|
||||
"category": "OBP60 Calibrations",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "calSlope2",
|
||||
"label": "Calibration Data Instance 2 Slope",
|
||||
"type": "number",
|
||||
"default": "1.00",
|
||||
"description": "Slope for data instance 2",
|
||||
"category": "OBP60 Calibrations",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "display",
|
||||
"label": "Display Mode",
|
||||
"type": "list",
|
||||
|
||||
Reference in New Issue
Block a user