DeskPi-Team / deskpi

DeskPi Pro is the Ultimate Case Kit for Raspberry Pi 4 with Full Size HDMI/2.5 Hard Disk Support and Safe Power Button, It has QC 3.0 Power Supply inside and New ICE Tower Cooler inside.
GNU General Public License v3.0
140 stars 46 forks source link

Fix and enhance pwmControlFan.c #133

Closed dryswitch closed 1 year ago

dryswitch commented 1 year ago

1) Fix crashing issues due to memory leak. Each time file "/etc/deskpi.conf" is opened and is not closed, a pointer in memory is left open and never released. This happens almost every second exhausting the memory and eventual causing program to crash. In my case the program use to stop working in almost 18 minutes.

2) Enhance fan fluctuating between speed change, this is by adding a percentage (10%) before switching down from current speed to the lower predefined speed.