cleaned up with restart

pull/45/head
alanbjohnston 5 years ago committed by GitHub
parent 68f73b53c5
commit 33c3ac8fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,19 +2,15 @@
echo -e "\nDemo of CubeSatSim at 434.9 MHz\n" echo -e "\nDemo of CubeSatSim at 434.9 MHz\n"
sudo systemctl stop rpitx sudo systemctl restart rpitx
sudo systemctl start rpitx
echo -e "\n Continuous Mode\n\n" if [ "$1" = "a" ]; then
# /home/pi/CubeSatSim/radioafsk f echo "Mode is continuous AFSK"
/home/pi/CubeSatSim/radioafsk afsk
if [ "$1" = "a" ]; then elif [ "$1" = "b" ]; then
echo "Mode is continuous AFSK" echo "Mode is continuous BPSK"
/home/pi/CubeSatSim/radioafsk afsk /home/pi/CubeSatSim/radioafsk bpsk
elif [ "$1" = "b" ]; then else
echo "Mode is continuous BPSK" echo "Mode is continuous FSK"
/home/pi/CubeSatSim/radioafsk bpsk /home/pi/CubeSatSim/radioafsk fsk
else fi
echo "Mode is continuous FSK"
/home/pi/CubeSatSim/radioafsk fsk
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.