1
0
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:
norbert-walter
2024-03-28 23:12:34 +01:00
parent 726b1abf2d
commit c63742e707
9 changed files with 128 additions and 66 deletions

View File

@@ -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"