Fix soc fan getting stuck off.
If SET_TEMPERATURE_FAN_TARGET is invoked while the cpu is saturated[1], soc_fan can get stuck at 0 rpm. Increasing kick_start_time seems to fix this. [1] e.g. INPUT_SHAPER_CALIBRATION or BELTS_SHAPER_CALIBRATION
This commit is contained in:
parent
50fbec9843
commit
bcd208f523
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ min_speed: 0.0
|
|||
[temperature_fan soc_fan]
|
||||
pin: PB2
|
||||
cycle_time: 0.0100
|
||||
kick_start_time: 0.5
|
||||
hardware_pwm: false
|
||||
max_power: 1
|
||||
shutdown_speed: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue