From 9b4a223cb3fb16d2457b9e05a6d0eb11fd6fb3ce Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 7 Jun 2026 06:39:32 -0400 Subject: [PATCH] Update config Pi 5 doesn't support battery saver --- config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config b/config index 763c2392..ebce9a73 100755 --- a/config +++ b/config @@ -936,6 +936,10 @@ elif [ "$1" = "-B" ]; then echo echo "Manually setting Safe Mode (battery saver mode)" echo + + echo "Pi 5 does not support Safe Mode (battery saver mode)" + echo + exit FILE=/home/pi/CubeSatSim/battery_saver if [ -f "$FILE" ]; then