added mode cycling if parameter is c

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

@ -2,4 +2,11 @@
echo -e "\nrpitx for CubeSatSim at 434.9 MHz using python\n"
if [ "$1" = "c" ]; then
echo "Mode cycling"
y=$(last reboot | grep ^reboot | wc -l)
echo $y
else
python -u /home/pi/CubeSatSim/rpitx.py $1
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.