added back in sleep 10

pull/1/head
Alan Johnston 7 years ago
parent 0ad16787c5
commit f4114e1c83

@ -2,15 +2,16 @@
echo -e "\nDemo of CubeSatSim sends AFSK telemetry at 440 MHz continuously\n\n"
#sleep 1
sleep 10
echo $(date '+%Y %b %d %H:%M') Hostname $HOSTNAME >> /home/pi/CubeSatSim/log.txt
#echo 'sleep over' >> /home/pi/CubeSatSim/log.txt
echo 'sleep over' >> /home/pi/CubeSatSim/log.txt
# /home/pi/CubeSatSim/radio.cw.once
echo $(date '+%Y %b %d %H:%M') Starting Hostname $HOSTNAME >> /home/pi/CubeSatSim/log.txt
/home/pi/CubeSatSim/radioafsk >> /home/pi/CubeSatSim/log.txt
#/home/pi/DigitalTxRxRPi/testafsktx >> /home/pi/CubeSatSim/log.txt
echo $(date '+%Y %b %d %H:%M') Stopping Hostname $HOSTNAME >> /home/pi/CubeSatSim/log.txt
echo 'afsk over' >> /home/pi/CubeSatSim/log.txt
/home/pi/mopower/mpcmd LED_STAT=0

Loading…
Cancel
Save

Powered by TurnKey Linux.