This commit is contained in:
2025-06-14 15:27:10 -04:00
parent c62b0ad81f
commit 0716382288
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ local function runDisplay()
monitor.setCursorPos(1, i + 1)
end
sleep(0.25) -- Update every quarter second
sleep(0.10) -- Update every tenth second
end
end

View File

@@ -16,6 +16,6 @@ local function report()
monitor.setBackgroundColor(color)
value = getValue()
monitor.clearLine()
monitor.write("Turbine Steam Filled: " .. value .. "%")
monitor.write("Turbine Steam" .. value .. "%")
end
return { report = report, watch = watch }