Reply To: Standalone Rpi source

Forum Digital source Standalone Rpi source Reply To: Standalone Rpi source

#2403
The Well Audio
Participant

    You can remove the undervoltage detection by software.

    – connect via ethernet to the Raspberry using SSH by Bitvise SSH Client
    – send: sudo nano /boot/config.txt
    – add: avoid_warnings=1 at the bottom of the file
    – press CTRL + X, then Y, followed by the ENTER key
    – send: sudo apt remove lxplug-ptbatt
    – send: sudo reboot