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"
sudo systemctl stop rpitx
sudo systemctl start rpitx
sudo systemctl restart rpitx
echo -e "\n Continuous Mode\n\n"
# /home/pi/CubeSatSim/radioafsk f
if [ "$1" = "a" ]; then
echo "Mode is continuous AFSK"
/home/pi/CubeSatSim/radioafsk afsk
elif [ "$1" = "b" ]; then
echo "Mode is continuous BPSK"
/home/pi/CubeSatSim/radioafsk bpsk
else
echo "Mode is continuous FSK"
/home/pi/CubeSatSim/radioafsk fsk
fi
if [ "$1" = "a" ]; then
echo "Mode is continuous AFSK"
/home/pi/CubeSatSim/radioafsk afsk
elif [ "$1" = "b" ]; then
echo "Mode is continuous BPSK"
/home/pi/CubeSatSim/radioafsk bpsk
else
echo "Mode is continuous FSK"
/home/pi/CubeSatSim/radioafsk fsk
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.