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

allow to set the log level

This commit is contained in:
wellenvogel
2022-01-09 18:09:34 +01:00
parent 82b6c86247
commit 7d93ecb063
4 changed files with 358 additions and 2 deletions

View File

@@ -141,6 +141,20 @@
"description": "show also not received items on data page",
"category": "system"
},
{
"name":"logLevel",
"label": "log level",
"type":"list",
"default":"0",
"list": [
{"l":"off","v":"-1"},
{"l":"error","v":"0"},
{"l":"log","v":"1"},
{"l":"debug","v":"3"}
],
"description": "log level at the USB port",
"category":"system"
},
{
"name": "minXdrInterval",
"label":"min XDR interval",