From 765b838b5cde95bb2c7d77564333f28aad10fd65 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 22 Jul 2024 16:25:15 -0400 Subject: [PATCH] Update config prompt in -n mode again --- config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config b/config index 4a454d1e..36852ffb 100755 --- a/config +++ b/config @@ -1255,6 +1255,10 @@ elif [ "$1" = "-n" ]; then echo "changing CubeSatSim to Transmit Commands mode" + value=`cat /home/pi/CubeSatSim/.mode` + echo "$value" > /dev/null + set -- $value + if [ "$1" = "n" ]; then echo "Turning Transmit Command and Control mode OFF" echo "Switching to FSK mode"