Add logic to adjust minPWM on fan stop

This commit is contained in:
2022-10-04 09:41:04 +02:00
parent d65934a278
commit e567ede3ef
4 changed files with 18 additions and 10 deletions

View File

@@ -27,6 +27,8 @@ private:
FanGenerator mFanGenerator;
std::unique_ptr<Controller> mController;
std::vector<std::shared_ptr<Fan>> mFans;
};
#endif // APP_H_