removed alternating mode

pull/42/head
alanbjohnston 6 years ago committed by GitHub
parent 975df210c5
commit 1181486fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,8 +7,8 @@ echo -e "\nDemo of CubeSatSim at 434.9 MHz\n"
y=$(last reboot | grep ^reboot | wc -l)
echo $y
if (( $y % 2 == 0 ))
then
#if (( $y % 2 == 0 ))
#then
echo -e "\n Continuous Mode\n\n"
# /home/pi/CubeSatSim/radioafsk f
@ -34,25 +34,3 @@ then
sleep 1
/home/pi/CubeSatSim/radioafsk bpsk
fi
else
echo -e "\n Alternating FSK, BPSK, and AFSK telemetry Mode \n\n"
/home/pi/CubeSatSim/radioafsk afsk 4 y
while true; do
echo -e "\n Changing mode ******\n\n"
/home/pi/CubeSatSim/radioafsk fsk 4 n
sudo killall -9 sendiq
sudo killall -9 csdr
sudo killall -9 rpitx
sleep 1
## /home/pi/CubeSatSim/radioafsk bpsk 4 n
# sleep 24
sleep 1
sudo killall -9 sendiq
sudo killall -9 csdr
sleep 1
sudo killall -9 sendiq
sleep 1
/home/pi/CubeSatSim/radioafsk afsk 4 n
done
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.