fix: correct radiation retrieval method and ensure monitor is cleared before startup

This commit is contained in:
2025-06-15 16:28:14 -04:00
parent 917c905b69
commit bea5ce7016
2 changed files with 2 additions and 2 deletions

View File

@@ -83,8 +83,8 @@ local function run()
sleep(1)
end
monitor.clear();
startUp();
monitor.clear();
parallel.waitForAll(runMonitors, runDisplay)
end