This commit is contained in:
2025-06-14 13:09:49 -04:00
parent 1b7b0a17b7
commit 2146a8b1db

View File

@@ -25,6 +25,7 @@ local function runDisplay()
monitor.write(item.Label .. ": " .. item.value) monitor.write(item.Label .. ": " .. item.value)
monitor.setCursorPos(1, i + 1) monitor.setCursorPos(1, i + 1)
end end
sleep(0.25) -- Update every quarter second
end end
end end