increase startup delay on fancontrol

This commit is contained in:
mvoelkel 2016-11-09 12:12:22 +01:00
parent f4c574cccd
commit b6f4ff3206
1 changed files with 1 additions and 1 deletions

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