mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
increase startup delay on fancontrol
This commit is contained in:
parent
f4c574cccd
commit
b6f4ff3206
@ -91,7 +91,7 @@ if NumSensors == 0 then
|
||||
end
|
||||
|
||||
while true do
|
||||
sleep(1)
|
||||
sleep(5)
|
||||
temps = ""
|
||||
for i = 0, NumSensors - 1, 1 do
|
||||
temp = ReadTemp(Sensor[i])
|
||||
|
Loading…
Reference in New Issue
Block a user