From 05dbd4ade87096dafbe369f77190d276464262dd Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 3 May 2020 16:32:33 -0400 Subject: [PATCH] Update demo.sh --- demo.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/demo.sh b/demo.sh index 6d5bf7f3..29e9bf42 100755 --- a/demo.sh +++ b/demo.sh @@ -3,11 +3,14 @@ echo -e "\nDemo of CubeSatSim at 434.9 MHz\n" if [ "$1" = "a" ]; then - echo "Mode is AFSK" + echo "Mode is continuous AFSK" + /home/pi/CubeSatSim/radioafsk afsk elif [ "$1" = "f" ]; then - echo "Mode is FSK" + echo "Mode is continuous FSK" + /home/pi/CubeSatSim/radioafsk fsk elif [ "$1" = "b" ]; then - echo "Mode is BPSK" + echo "Mode is continuous BPSK" + /home/pi/CubeSatSim/radioafsk bpsk fi #exit