mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
add XDR min interval, N2K min interval, add N2K_LOAD_LEVEL and N2K_CERTIFICATION_LEVEL
This commit is contained in:
@@ -123,6 +123,24 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "minXdrInterval",
|
||||
"label":"min XDR interval",
|
||||
"type": "number",
|
||||
"default": "100",
|
||||
"check": "checkMinXdrInterval",
|
||||
"description": "min interval in ms between 2 XDR records with the same transducer (> 10)",
|
||||
"category": "converter"
|
||||
},
|
||||
{
|
||||
"name": "min2KInterval",
|
||||
"label":"min N2K interval",
|
||||
"type": "number",
|
||||
"default": "50",
|
||||
"check": "checkMin2KInterval",
|
||||
"description": "min interval in ms between 2 NMEA 2000 records with the same PGN (> 5)",
|
||||
"category": "converter"
|
||||
},
|
||||
{
|
||||
"name": "usbActisense",
|
||||
"label": "USB mode",
|
||||
|
||||
Reference in New Issue
Block a user