updated all

This commit is contained in:
2025-06-14 18:10:46 -04:00
parent 2515a47860
commit 0ba9b3d1ce
6 changed files with 62 additions and 52 deletions

View File

@@ -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()