mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 11:36:52 +00:00
increase startup delay on fancontrol
This commit is contained in:
@@ -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])
|
||||
|
Reference in New Issue
Block a user