Merge remote-tracking branch 'upstream/master'

Este commit está contenido en:
Sys Quatre 2020-09-11 20:45:38 +02:00
commit 79bc4755dd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -360,7 +360,7 @@ local on_digiline_receive_string = function(pos, node, channel, msg)
led_marquee.set_timer(pos, 0)
return
elseif string.sub(msg, 1, 12) == "scroll_speed" then
local timeout = tonumber(string.sub(msg, 13))
local timeout = tonumber(string.sub(msg, 13)) or 0
led_marquee.set_timer(pos, math.max(timeout, led_marquee.message_minimum_time))
elseif string.sub(msg, 1, 11) == "scroll_step" then
local skip = tonumber(string.sub(msg, 12))