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

allow to show unmapped XDR transducer values

This commit is contained in:
andreas
2024-11-24 17:25:16 +01:00
parent bada311f83
commit d132cf56ea
5 changed files with 73 additions and 11 deletions

View File

@@ -210,6 +210,14 @@
"description":"send out the converted data on the NMEA2000 bus\nIf set to off the converted data will still be shown at the data tab.",
"category":"converter"
},
{
"name":"unknownXdr",
"label":"show unknown XDR",
"type":"boolean",
"default":"false",
"description":"show received XDR transducer values in data display if there is no XDR mapping for them",
"category":"converter"
},
{
"name":"sendRMCi",
"label":"send RMC interval",