mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-02-11 07:03:07 +01:00
New function for backlight - 3 brigjhtness steps
This commit is contained in:
@@ -1285,9 +1285,9 @@
|
||||
"type": "number",
|
||||
"default": "50",
|
||||
"check": "checkMinMax",
|
||||
"min": 20,
|
||||
"min": 5,
|
||||
"max": 100,
|
||||
"description": "Backlight brightness [20...100%]",
|
||||
"description": "Backlight brightness [5...100%]",
|
||||
"category": "OBP40 Display",
|
||||
"capabilities": {
|
||||
"obp40": "false"
|
||||
|
||||
Reference in New Issue
Block a user