kopia lustrzana https://github.com/cyoung/stratux
Merge remote-tracking branch 'origin/master' into ahrs_dev
commit
9839e88e71
|
@ -76,7 +76,6 @@ func fanControl(pwmDutyMin int, pin int, tempTarget float32) {
|
|||
pwmDuty = iMax(pwmDuty-1, 0)
|
||||
if pwmDuty < pwmDutyMin {
|
||||
pwmDuty = 0
|
||||
tempWhenRampStarted = 0.
|
||||
}
|
||||
}
|
||||
//log.Println(temp, " ", pwmDuty)
|
||||
|
|
Ładowanie…
Reference in New Issue