This commit is contained in:
2025-06-14 18:29:54 -04:00
parent 4eb820490e
commit b5591b21b3
2 changed files with 2 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ local function run()
print("Waiting for all drivers to be initialized...")
sleep(1)
end
monitor.clear();
parallel.waitForAll(runMonitors, runDisplay)
end