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:
chris dunder 2024-07-07 21:45:24 -07:00 committed by GitHub
parent 50fbec9843
commit bcd208f523
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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