Closed bladeslapper closed 3 years ago
I presume that since it is not on your "system" list that it is not possible to query and then display the internal voltage of the Pi?
You could just run a custom command like: vcgencmd measure_volts core| cut -d= -f 2 | cut -b1-6
vcgencmd measure_volts core| cut -d= -f 2 | cut -b1-6
Basically anything you can ask the OS/Bash about the plugin can display
thanks
I presume that since it is not on your "system" list that it is not possible to query and then display the internal voltage of the Pi?