mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-09-11 19:55:14 +02:00
PageCurrent: added leeway coeff, changed boat value handling, fixed ROLL
This commit is contained in:
@@ -75,6 +75,44 @@
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "leeKStd",
|
||||
"label": "Leeway Coefficient",
|
||||
"type": "list",
|
||||
"default": "---",
|
||||
"description": "Boat coefficient K for leeway",
|
||||
"list": [
|
||||
"---",
|
||||
"Racer [2]",
|
||||
"Multihull Draggerboard [4]",
|
||||
"Performance Cruiser [6]",
|
||||
"Family Cruiser [9]",
|
||||
"Heavy Displacement [13]",
|
||||
"Multihull Fixed Keel [16]",
|
||||
"Individual value"
|
||||
],
|
||||
"category": "OBP60 Settings",
|
||||
"capabilities": {
|
||||
"obp60": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "leeK",
|
||||
"label": "Leeway Coefficient",
|
||||
"type": "number",
|
||||
"default": "0.00",
|
||||
"check": "checkMinMax",
|
||||
"min": 0,
|
||||
"max": 20,
|
||||
"description": "Boat coefficient K for leeway - individual setting [0..20]",
|
||||
"category": "OBP60 Settings",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
},
|
||||
"condition": [
|
||||
{ "leeKStd": ["Individual value"] }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "fuelTank",
|
||||
"label": "Fuel Tank [l]",
|
||||
|
||||
Reference in New Issue
Block a user