Cleanup, add PKGBUILD

This commit is contained in:
2022-10-02 13:29:42 +02:00
parent b74f0e87cd
commit 3b19b0436e
5 changed files with 59 additions and 14 deletions

View File

@@ -56,11 +56,6 @@ FanGenerator::FindFans(vector<shared_ptr<Sensor>> rpmSensors,
c->pwm(100);
}
cout << "Resetting all fans" << endl;
for (auto c : pwmControls) {
c->Reset();
}
return mapping;
}