1
0
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:
norbert-walter
2024-01-07 16:34:51 +01:00
parent 6e7dfc6fd9
commit 74d13df414
4 changed files with 36 additions and 34 deletions

View File

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