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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user