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