diff --git a/tasmota/berry/leds_panel/leds_panel.be b/tasmota/berry/leds_panel/leds_panel.be index f0e0b2aff..56cbbac3e 100644 --- a/tasmota/berry/leds_panel/leds_panel.be +++ b/tasmota/berry/leds_panel/leds_panel.be @@ -706,7 +706,7 @@ class leds_panel var h, w, cell_size, cell_space static var SAMPLING = 100 - static var PORT = 8887 # default port 8886 + static var PORT = 8886 # default port 8886 static var HTML_HEAD1 = "" static var HTML_URL_F = @@ -812,7 +812,7 @@ class leds_panel log("LED: no leds configured, can't start leds_panel", 3) return end - if (port == nil) port = 8886 end + if (port == nil) port = self.PORT end self.port = port self.web = global.webserver_async(port) self.sampling_interval = self.SAMPLING diff --git a/tasmota/berry/leds_panel/leds_panel.bec b/tasmota/berry/leds_panel/leds_panel.bec index 861a83c7f..a6d0ca945 100644 Binary files a/tasmota/berry/leds_panel/leds_panel.bec and b/tasmota/berry/leds_panel/leds_panel.bec differ