Update config Pi 5 doesn't support battery saver

master-b-pi5
Alan Johnston 1 month ago committed by GitHub
parent b034dc1ac9
commit 9b4a223cb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -937,6 +937,10 @@ elif [ "$1" = "-B" ]; then
echo "Manually setting Safe Mode (battery saver mode)" echo "Manually setting Safe Mode (battery saver mode)"
echo echo
echo "Pi 5 does not support Safe Mode (battery saver mode)"
echo
exit
FILE=/home/pi/CubeSatSim/battery_saver FILE=/home/pi/CubeSatSim/battery_saver
if [ -f "$FILE" ]; then if [ -f "$FILE" ]; then
echo "Safe Mode! Battery saver mode is ON." echo "Safe Mode! Battery saver mode is ON."

Loading…
Cancel
Save

Powered by TurnKey Linux.