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...") print("Waiting for all drivers to be initialized...")
sleep(1) sleep(1)
end end
monitor.clear();
parallel.waitForAll(runMonitors, runDisplay) parallel.waitForAll(runMonitors, runDisplay)
end end

View File

@@ -1,5 +1,5 @@
local max = 300 local max = 300
local min = 212 local min = 250
local function getValue() local function getValue()