added mode cycling

pull/60/head
alanbjohnston 5 years ago committed by GitHub
parent 232a3ec327
commit 807b63b142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,11 @@
echo -e "\nDemo of CubeSatSim at 434.9 MHz\n"
sleep 10
y=$(last reboot | grep ^reboot | wc -l)
echo $y
if [ "$1" = "c" ]; then
echo "Mode cycling"
sudo systemctl restart rpitx

Loading…
Cancel
Save

Powered by TurnKey Linux.