From 891f46ae724e7b3948cfa0b9f38dc809fd985ba8 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 1 Mar 2026 09:33:27 -0500 Subject: [PATCH] Update config add back Pacsat .mode changes --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 5f793cee..b9c1ba2f 100755 --- a/config +++ b/config @@ -1432,7 +1432,7 @@ elif [ "$1" = "-G" ]; then # echo "changing CubeSatSim to Pacsat mode" reboot=1 -# sudo echo "p" > /home/pi/CubeSatSim/.mode + sudo echo "p" > /home/pi/CubeSatSim/.mode # if [ "$1" == "f" ] || [ "$1" == "b" ] || [ "$1" == "e" ] ; then # FILE=/home/pi/CubeSatSim/battery_saver # if [ -f "$FILE" ]; then @@ -1456,7 +1456,7 @@ elif [ "$1" = "-I" ]; then # echo "changing CubeSatSim to Pacsat mode" reboot=1 -# sudo echo "P" > /home/pi/CubeSatSim/.mode + sudo echo "P" > /home/pi/CubeSatSim/.mode # if [ "$1" == "f" ] || [ "$1" == "b" ] || [ "$1" == "e" ] ; then # FILE=/home/pi/CubeSatSim/battery_saver # if [ -f "$FILE" ]; then