1
0
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:
mvoelkel 2016-11-09 12:12:22 +01:00
parent f4c574cccd
commit b6f4ff3206

View File

@ -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])