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.
2 parents 8bbc53e + 89c19c0 commit f6c251fCopy full SHA for f6c251f
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