mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
allow to control LEB brightness via config UI
This commit is contained in:
@@ -156,6 +156,16 @@
|
||||
"description": "log level at the USB port",
|
||||
"category":"system"
|
||||
},
|
||||
{
|
||||
"name":"ledBrightness",
|
||||
"label":"led brightness",
|
||||
"type":"number",
|
||||
"default":64,
|
||||
"min":0,
|
||||
"max":255,
|
||||
"description":"the brightness of the led (0..255)",
|
||||
"category":"system"
|
||||
},
|
||||
{
|
||||
"name": "minXdrInterval",
|
||||
"label":"min XDR interval",
|
||||
|
||||
Reference in New Issue
Block a user