diff --git a/demo.sh b/demo.sh new file mode 100755 index 00000000..823fc444 --- /dev/null +++ b/demo.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +echo -e "\nDemo of CubeSatSim sends CW telemetry once then AFSK continuously\n\n" + +/home/pi/CubeSatSim/radio.cw.once + +/home/pi/CubeSatSim/radio.afsk + + diff --git a/radio.cw.once b/radio.cw.once new file mode 100755 index 00000000..efcaf22b Binary files /dev/null and b/radio.cw.once differ