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

Add settings for start page

This commit is contained in:
norbert-walter
2024-01-07 14:13:54 +01:00
parent dc118a51e7
commit 6e7dfc6fd9
2 changed files with 17 additions and 2 deletions

View File

@@ -766,7 +766,7 @@
},
{
"name": "visiblePages",
"label": "number of pages",
"label": "Number of Pages",
"type": "number",
"check": "checkMinMax",
"min": 1,
@@ -777,6 +777,19 @@
"obp60":"true"
}
},
{
"name": "startPage",
"label": "Start Page",
"type": "number",
"check": "checkMinMax",
"min": 1,
"max": 10,
"default":"1",
"category":"OBP60 Pages",
"capabilities": {
"obp60":"true"
}
},
{
"name": "page1type",
"label": "Type",