mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 23:13:07 +01:00
Add touch sensitivity settimgs
This commit is contained in:
@@ -567,6 +567,20 @@
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "tSensitivity",
|
||||
"label": "Touch Sensitivity [%]",
|
||||
"type": "number",
|
||||
"default": "100",
|
||||
"check": "checkMinMax",
|
||||
"min": 0,
|
||||
"max": 100,
|
||||
"description": "Touch sensitivity [0...100%] for sensor buttons",
|
||||
"category": "OBP60 Calibrations",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vOffset",
|
||||
"label": "VSensor Offset",
|
||||
|
||||
Reference in New Issue
Block a user