diff --git a/demo.sh b/demo.sh index 2e9c4027..6d5bf7f3 100755 --- a/demo.sh +++ b/demo.sh @@ -2,6 +2,14 @@ echo -e "\nDemo of CubeSatSim at 434.9 MHz\n" +if [ "$1" = "a" ]; then + echo "Mode is AFSK" +elif [ "$1" = "f" ]; then + echo "Mode is FSK" +elif [ "$1" = "b" ]; then + echo "Mode is BPSK" +fi + #exit y=$(last reboot | grep ^reboot | wc -l)