updated all
This commit is contained in:
@@ -19,13 +19,18 @@ local function checkStatus()
|
||||
local value = getValue()
|
||||
end
|
||||
|
||||
-- local function watch()
|
||||
-- checkStatus()
|
||||
-- end
|
||||
|
||||
local function watch()
|
||||
checkStatus()
|
||||
while true do
|
||||
checkStatus()
|
||||
sleep(0.05) -- Update every tenth second
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
local function report()
|
||||
local value = getValue()
|
||||
local color = color()
|
||||
|
||||
Reference in New Issue
Block a user