mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-12 13:33:06 +01:00
allow to globally switch of the sending of NMEA2000 data
This commit is contained in:
@@ -175,6 +175,14 @@
|
||||
"description": "min interval in ms between 2 NMEA 2000 records with the same PGN and the same source (> 5)",
|
||||
"category": "converter"
|
||||
},
|
||||
{
|
||||
"name":"sendN2k",
|
||||
"label":"NMEA2000 out",
|
||||
"type":"boolean",
|
||||
"default":"true",
|
||||
"description":"send out the converted data on the NMEA2000 bus",
|
||||
"category":"converter"
|
||||
},
|
||||
{
|
||||
"name": "usbActisense",
|
||||
"label": "USB mode",
|
||||
|
||||
Reference in New Issue
Block a user