mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 23:13:07 +01:00
Fix brightness control for backlight LEDs
This commit is contained in:
@@ -675,9 +675,9 @@
|
||||
"type": "number",
|
||||
"default": "50",
|
||||
"check": "checkMinMax",
|
||||
"min": 0,
|
||||
"min": 20,
|
||||
"max": 100,
|
||||
"description": "Backlight brightness [0...100%]",
|
||||
"description": "Backlight brightness [20...100%]",
|
||||
"category": "OBP60 Display",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
|
||||
Reference in New Issue
Block a user