mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 23:13:07 +01:00
Fix simulation data for several pages
This commit is contained in:
@@ -460,7 +460,7 @@
|
||||
"name": "rollLimit",
|
||||
"label": "Roll Limit",
|
||||
"type": "number",
|
||||
"default": "40",
|
||||
"default": "25",
|
||||
"check": "checkMinMax",
|
||||
"min": -90,
|
||||
"max": 90,
|
||||
@@ -622,7 +622,7 @@
|
||||
"label": "Refresh",
|
||||
"type": "boolean",
|
||||
"default": "true",
|
||||
"description": "Refresh E-Ink display after each new page request to reduce shadows [on|off]",
|
||||
"description": "Refresh E-Ink display after each new page request to reduce ghost effects [on|off]",
|
||||
"category": "OBP60 Display",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
|
||||
Reference in New Issue
Block a user