diff --git a/CHANGELOG.md b/CHANGELOG.md index ca869ccca..29d8a2c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. ### Changed - LVGL, prepare for HASPmota theme, change: no-grow when clicked, DPI set to 160 - LVGL Mirroring add checkbox to enable/disable the feature (in the iterim for a better solution) +- Leds Panel add checkbox to enable/disable the feature (in the iterim for a better solution) ### Fixed diff --git a/tasmota/berry/leds_panel/leds_panel.be b/tasmota/berry/leds_panel/leds_panel.be index 81bf5ed03..45e4f29c3 100644 --- a/tasmota/berry/leds_panel/leds_panel.be +++ b/tasmota/berry/leds_panel/leds_panel.be @@ -707,6 +707,7 @@ class leds_panel static var SAMPLING = 100 static var PORT = 8886 # default port 8886 + static var HTML_WIDTH = 290 static var HTML_HEAD1 = "
" static var HTML_URL_F = @@ -794,10 +795,10 @@ class leds_panel '' '' static var HTML_CONTENT = - '' - '' + '' ' |