Raspberry Pi Community's
🆘|project-help
join us
Remove voltage warning
May 6, 2024, 15:22
jjpp
I want to hide the message
k9t33n
Get a proper power supply?
jjpp
I want to remove the message
jjpp
theres any command?
k9t33n
Okay, well I severely suggest you don't do that but okay.
k9t33n
sudo nano /boot/config.txt
then add
avoid_warnings=1
to the bottom
k9t33n
Then remove the LXPanel plugin
sudo apt remove lxplug-ptbatt
before simply rebooting
sudo reboot
jjpp
Thank you!!