mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
add empty type as default; add calib for types PRPOS,RPOS, and for PageRudderPosition
This commit is contained in:
@@ -690,13 +690,16 @@
|
||||
"name": "calInstance1",
|
||||
"label": "Calibration Data Instance 1",
|
||||
"type": "list",
|
||||
"default": "",
|
||||
"default": "---",
|
||||
"description": "Data instance for calibration",
|
||||
"list": [
|
||||
"---",
|
||||
"AWA",
|
||||
"AWS",
|
||||
"DBT",
|
||||
"HDM",
|
||||
"PRPOS",
|
||||
"RPOS",
|
||||
"STW",
|
||||
"TWA",
|
||||
"TWS",
|
||||
@@ -734,13 +737,16 @@
|
||||
"name": "calInstance2",
|
||||
"label": "Calibration Data Instance 2",
|
||||
"type": "list",
|
||||
"default": "",
|
||||
"default": "---",
|
||||
"description": "Data instance for calibration",
|
||||
"list": [
|
||||
"---",
|
||||
"AWA",
|
||||
"AWS",
|
||||
"DBT",
|
||||
"HDM",
|
||||
"PRPOS",
|
||||
"RPOS",
|
||||
"STW",
|
||||
"TWA",
|
||||
"TWS",
|
||||
@@ -778,13 +784,16 @@
|
||||
"name": "calInstance3",
|
||||
"label": "Calibration Data Instance 3",
|
||||
"type": "list",
|
||||
"default": "",
|
||||
"default": "---",
|
||||
"description": "Data instance for calibration",
|
||||
"list": [
|
||||
"---",
|
||||
"AWA",
|
||||
"AWS",
|
||||
"DBT",
|
||||
"HDM",
|
||||
"PRPOS",
|
||||
"RPOS",
|
||||
"STW",
|
||||
"TWA",
|
||||
"TWS",
|
||||
|
||||
Reference in New Issue
Block a user