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

allow to convert 2 rudder instances

This commit is contained in:
andreas
2024-03-02 19:59:00 +01:00
parent ebd4a8907a
commit 71f0bfa6f3
8 changed files with 82 additions and 26 deletions

View File

@@ -210,6 +210,28 @@
"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": "stbRudderI",
"label":"stb rudder instance",
"type": "number",
"default": "0",
"check": "checkMinMax",
"min": 0,
"max": 253,
"description": "the n2k instance to be used as starboard(main) rudder 0...253",
"category": "converter"
},
{
"name": "portRudderI",
"label":"port rudder instance",
"type": "number",
"default": "-1",
"check": "checkMinMax",
"min": -1,
"max": 253,
"description": "the n2k instance to be used as port rudder 0...253, -1 to disable",
"category": "converter"
},
{
"name": "usbActisense",
"label": "USB mode",