1
0
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:
andreas
2023-10-14 13:44:13 +02:00
parent d1032bc231
commit 723713b69d
3 changed files with 21 additions and 5 deletions

View File

@@ -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",