Update config adding print

beta-aprs
Alan Johnston 1 year ago committed by GitHub
parent fd489ff189
commit 72e479cfc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -943,11 +943,14 @@ elif [ "$1" = "-A" ]; then
esac
sudo rm /home/pi/CubeSatSim/t.txt
echo $STRING > /home/pi/CubeSatSim/t.txt
echo -n "\nSending APRS packet "
echo $STRING
touch /home/pi/CubeSatSim/ready
sleep 1
sleep 5
touch /home/pi/CubeSatSim/ready
echo "Do you want to send another command (y/n) "
echo
echo "Do you want to send another APRS command packet (y/n) "
read sim
done
sudo rm /home/pi/CubeSatSim/t.txt

Loading…
Cancel
Save

Powered by TurnKey Linux.