mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
make data store times configurable
This commit is contained in:
@@ -250,6 +250,46 @@
|
||||
"description": "the n2k instance to be used as port rudder 0...253, -1 to disable",
|
||||
"category": "converter"
|
||||
},
|
||||
{
|
||||
"name": "timeouts",
|
||||
"type": "array",
|
||||
"replace":[
|
||||
{
|
||||
"n":"Default",
|
||||
"d":"4000",
|
||||
"l": "default",
|
||||
"t": "NMEA"
|
||||
},
|
||||
{
|
||||
"n":"Sensor",
|
||||
"d":"60000",
|
||||
"l": "sensor",
|
||||
"t": "sensor"
|
||||
},
|
||||
{
|
||||
"n":"Long",
|
||||
"d":"32000",
|
||||
"l": "long",
|
||||
"t": "special NMEA"
|
||||
},
|
||||
{
|
||||
"n":"Ais",
|
||||
"d":"120000",
|
||||
"l": "ais",
|
||||
"t": "ais"
|
||||
}
|
||||
],
|
||||
"children":[
|
||||
{
|
||||
"name":"timo$n",
|
||||
"label":"timeout $l",
|
||||
"default": "$d",
|
||||
"type": "number",
|
||||
"description": "data timeouts(ms) for $t data",
|
||||
"category": "converter"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "usbActisense",
|
||||
"label": "USB mode",
|
||||
|
||||
Reference in New Issue
Block a user