Skip to content

(v0.1.5) - Canis lupus signatus

Compare
Choose a tag to compare
@tuxd3v tuxd3v released this 04 Oct 00:12
· 453 commits to master since this release

In this version was dropped some code, the pooling process was simplified..

Was created a table with all values needed, using Linear Interpolated Methods, at startup.
Each time service starts, it creates that table.
In this way it doesn't need to be all the time doing calculations do adjust Fan Speed, since the values are already there..

It was also dropped a significant part of the code in the looping process, its now cleaner and faster, using less CPU, after all table created..

Makefile 'all' target was improved,
Makefile 'install' target was improved,
Makefile 'clean' target was improved,
Target 'purge' added to Makefile( to remove the code after installation ), see README.

Hope you Enjoy,
Regards
tux