temperature_fan: Fix. Temperature fan min speed should be used (#1405)

Signed-off-by: Douglas Hammond <wizhippo@gmail.com>
This commit is contained in:
Douglas Hammond
2019-03-28 14:07:40 -04:00
committed by KevinOConnor
parent 5913170b6b
commit c105adc80b
3 changed files with 27 additions and 15 deletions

View File

@@ -6,6 +6,10 @@ All dates in this document are approximate.
# Changes
20190328: The min_speed value in [temperature_fan] config
will now be respected and the fan will always run at this
speed or higher in PID mode.
20190322: The default value for "driver_HEND" in [tmc2660] config
sections was changed from 6 to 3. The "driver_VSENSE" field was
removed (it is now automatically calculated from run_current).