This commit is contained in:
2025-06-14 18:18:35 -04:00
parent 188e1fd5b9
commit cfbefc31b1

View File

@@ -70,7 +70,7 @@ local function run()
print("Waiting for all drivers to be initialized...") print("Waiting for all drivers to be initialized...")
sleep(1) sleep(1)
end end
reactor.activate()
parallel.waitForAll(runMonitors, runDisplay) parallel.waitForAll(runMonitors, runDisplay)
end end