Create demo.sh

aprs-rpitx-v4
alanbjohnston 6 years ago committed by GitHub
parent 41844043e5
commit 659a8b6993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,11 @@
#!/bin/bash
echo -e "\nDemo of CubeSatSim sends AFSK telemetry at 434.9 MHz continuously\n\n"
#exit
sudo killall -9 rpitx
sudo killall -9 sendiq
sudo fuser -k 8080/tcp
/home/pi/CubeSatSim/radioafsk a 3
Loading…
Cancel
Save

Powered by TurnKey Linux.