Delete fox-demo.sh

pull/39/head
alanbjohnston 6 years ago committed by GitHub
parent df8cca6feb
commit d93b0ecb14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,17 +0,0 @@
#!/bin/bash
echo -e "\nDemo of CubeSatSim sends FSK, BPSK, and AFSK telemetry alternately at 434.9 MHz continuously\n\n"
sudo killall -9 rpitx
sudo killall -9 sendiq
sudo fuser -k 8080/tcp
while true; do
sleep 1;
echo -e "\n Changing mode ********************************************************************************\n\n"
timeout 25 /home/pi/CubeSatSim/radioafsk c 3
sudo killall -9 rpitx
sudo killall -9 sendiq
sudo fuser -k 8080/tcp
done
Loading…
Cancel
Save

Powered by TurnKey Linux.