mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 23:13:07 +01:00
Roll and pitch offset and roll angle violation
This commit is contained in:
@@ -446,6 +446,48 @@
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "rollLimit",
|
||||
"label": "Roll Limit",
|
||||
"type": "number",
|
||||
"default": "40",
|
||||
"check": "checkMinMax",
|
||||
"min": -90,
|
||||
"max": 90,
|
||||
"description": "Limit violation for roll angle [-90°...+90°]",
|
||||
"category": "OBP60 Hardware",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "rollOffset",
|
||||
"label": "Roll Offset",
|
||||
"type": "number",
|
||||
"default": "0",
|
||||
"check": "checkMinMax",
|
||||
"min": -45,
|
||||
"max": 45,
|
||||
"description": "Roll offset angle [-45°...+45°]",
|
||||
"category": "OBP60 Hardware",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "pitchOffset",
|
||||
"label": "Pitch Offset",
|
||||
"type": "number",
|
||||
"default": "0",
|
||||
"check": "checkMinMax",
|
||||
"min": -45,
|
||||
"max": 45,
|
||||
"description": "Pitch offset angle [-45°...+45°]",
|
||||
"category": "OBP60 Hardware",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "useTempSensor",
|
||||
"label": "Temp. Sensor",
|
||||
|
||||
Reference in New Issue
Block a user