audiohacked / OpenCorsairLink

Linux and Mac OS support for the CorsairLink Devices
GNU General Public License v2.0
706 stars 125 forks source link

Fix big/little endian confusion in commander pro temperature readout #149

Closed G33KatWork closed 5 years ago

G33KatWork commented 5 years ago

Proposed changes

The temperatures are reported in big endian by the device. The voltages are returned from the device in the same way where the endianness was flipped correctly, so I copied the code from there.

Types of changes

Checklist

audiohacked commented 5 years ago

Thanks for the Merge Request and the fix for temperature!