Update command off while sleep loop

pull/323/head
Alan Johnston 1 year ago committed by GitHub
parent cf3dfa0571
commit 652747bfeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,7 +14,13 @@ echo -e "\nCommand and Control script for CubeSatSim v1.3.2\n"
else
echo "Radio command and control is OFF"
exit 1
while true
do
sleep 60
done
# exit 1
fi
FILE=/home/pi/CubeSatSim/command_control_direwolf

Loading…
Cancel
Save

Powered by TurnKey Linux.