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

correctly handle receiveTCP, receiveUSB, switch USB actisense out on/off, actisense counter

This commit is contained in:
wellenvogel
2021-11-26 18:06:51 +01:00
parent 7f10a45784
commit 3a12fe16cd
2 changed files with 31 additions and 11 deletions

View File

@@ -202,6 +202,15 @@
"category": "usb port",
"condition":{"usbActisense":"false"}
},
{
"name": "usbActSend",
"label": "N2K to USB actisense",
"type": "boolean",
"default": "true",
"description": "send out N2k data on the USB port in actisense format",
"category": "usb port",
"condition":{"usbActisense":"true"}
},
{
"name": "serialDirection",
"label": "serial direction",