Fred78290 / nct6687d

Linux kernel module for Nuvoton NCT6687-R
GNU General Public License v2.0
215 stars 42 forks source link

CPU Vcore: inconsistent label and decimal places #11

Closed graysky2 closed 3 years ago

graysky2 commented 3 years ago

Is it possible have the value for CPU Vcore to get reported out in volts with three decimals? Currently, it reads out in mV with two decimals when under 1 volt but changes to volts with two decimals when >1 volt. Makes logging the output difficult with mixed units.

Example:

CPU Vcore:       1.23 V  (min =  +0.22 V, max =  +1.41 V)

and

CPU Vcore:     266.00 mV (min =  +0.22 V, max =  +1.41 V)
Fred78290 commented 3 years ago

The module is not responsible of the display. all values reported by the module are integer

If you want more decimals, you must configure the displayer.

man sensors