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

allow to hide invalid boat data items

This commit is contained in:
wellenvogel
2021-12-11 20:13:14 +01:00
parent ac0ecf9b68
commit 123da40aeb
2 changed files with 20 additions and 11 deletions

View File

@@ -123,6 +123,14 @@
]
}
},
{
"name": "showInvalidData",
"label": "show all data",
"type": "boolean",
"default": "true",
"description": "show also not received items on data page",
"category": "system"
},
{
"name": "minXdrInterval",
"label":"min XDR interval",