Report fan speed on change (#18013)

This commit is contained in:
Gurmeet Athwal
2020-05-26 04:16:35 +05:30
committed by GitHub
parent 5fbea83840
commit f3bf343c89
2 changed files with 11 additions and 0 deletions

View File

@@ -483,6 +483,7 @@ class Temperature {
#define FANS_LOOP(I) LOOP_L_N(I, FAN_COUNT)
static void set_fan_speed(const uint8_t target, const uint16_t speed);
static void report_fan_speed(const uint8_t target);
#if EITHER(PROBING_FANS_OFF, ADVANCED_PAUSE_FANS_PAUSE)
static bool fans_paused;