1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 06:53:07 +01:00

smoothing factor adjustments

This commit is contained in:
Ulrich Meine
2025-05-17 12:18:21 +02:00
parent 10951d7f13
commit fca7a47728
2 changed files with 20 additions and 12 deletions

View File

@@ -740,7 +740,7 @@
"default": "0",
"check": "checkMinMax",
"min": 0,
"max": 9,
"max": 10,
"description": "Smoothing factor for data instance 1",
"category": "OBP60 Calibrations",
"capabilities": {
@@ -801,7 +801,7 @@
"default": "0",
"check": "checkMinMax",
"min": 0,
"max": 9,
"max": 10,
"description": "Smoothing factor for data instance 2",
"category": "OBP60 Calibrations",
"capabilities": {
@@ -862,7 +862,7 @@
"default": "0",
"check": "checkMinMax",
"min": 0,
"max": 9,
"max": 10,
"description": "Smoothing factor for data instance 3",
"category": "OBP60 Calibrations",
"capabilities": {