From 7ffd131e46413cb4955f13e56e27cf39d92972e7 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 6 Oct 2024 10:35:25 -0400 Subject: [PATCH] Update config change to BPSK mode from Transmit Commands --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 1ff093ad..78937b17 100755 --- a/config +++ b/config @@ -1263,8 +1263,8 @@ elif [ "$1" = "-n" ]; then if [ "$1" = "n" ]; then echo "Turning Transmit Command and Control mode OFF" - echo "Switching to FSK mode" - sudo echo "f" > /home/pi/CubeSatSim/.mode + echo "Switching to BPSK mode" + sudo echo "b" > /home/pi/CubeSatSim/.mode reboot=1 else echo "Turning Transmit Command and Control mode ON"