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)
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:
and