updated all
This commit is contained in:
@@ -15,17 +15,17 @@ local function checkCoolantLevel()
|
||||
return true
|
||||
end
|
||||
|
||||
-- local function watch()
|
||||
-- while true do
|
||||
-- checkCoolantLevel()
|
||||
-- sleep(0.05)
|
||||
-- end
|
||||
-- end
|
||||
|
||||
local function watch()
|
||||
checkCoolantLevel()
|
||||
while true do
|
||||
checkCoolantLevel()
|
||||
sleep(0.05)
|
||||
end
|
||||
end
|
||||
|
||||
-- local function watch()
|
||||
-- checkCoolantLevel()
|
||||
-- end
|
||||
|
||||
local function report()
|
||||
local value = getValue()
|
||||
local color = color()
|
||||
|
||||
Reference in New Issue
Block a user