raghulkrishna / deepcool-ak620-digital-linux

MIT License
24 stars 12 forks source link

Added support for a wider range of AK series Digital CPU coolers #4

Closed hykelvinlee42 closed 2 months ago

hykelvinlee42 commented 4 months ago

Feature Description

Add support for a wider range of AK series Digital CPU coolers by implementing a list of product IDs in setup.sh. Future support for other coolers can be added to the same list.

The new setup.sh also require two arguments model and sensor. It will then modify the Python script based on the two arguments before copying the Python script to the /usr/bin directory.

This is tested with i7-12700K and AK500S cooler.

raghulkrishna commented 3 months ago

@hykelvinlee42 Thank you for this can you update the branch with main branch?

hykelvinlee42 commented 3 months ago

Hi @raghulkrishna, my branch is already in sync with the main branch.