We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbc53e commit 89c19c0Copy full SHA for 89c19c0
src/SCRIPTS/BF/background.lua
@@ -62,7 +62,7 @@ local function run_bg()
62
mspMsgQueued = true
63
64
timeIsSet = true
65
- else
+ elseif type(newSensorValue) ~= "number" or newSensorValue == 0 then
66
timeIsSet = false
67
end
68
0 commit comments