1
0
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:
Ulrich Meine
2025-05-16 19:43:27 +02:00
parent 2c348ca7fb
commit 3d31fcf4ed
3 changed files with 19 additions and 7 deletions

View File

@@ -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",