Update config fix printout

send-commands
Alan Johnston 7 months ago committed by GitHub
parent fe436e4d8a
commit 6fc06c3781
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -28,7 +28,7 @@ function transmit_command {
sudo rm /home/pi/CubeSatSim/t.txt > /dev/null 2>&1 sudo rm /home/pi/CubeSatSim/t.txt > /dev/null 2>&1
echo $STRING > /home/pi/CubeSatSim/t.txt echo $STRING > /home/pi/CubeSatSim/t.txt
echo echo
echo -n "Sending APRS packet to change mode to "$2 echo -n "Sending APRS packet to change mode to "$2" "
echo $STRING echo $STRING
sudo touch /home/pi/CubeSatSim/ready sudo touch /home/pi/CubeSatSim/ready
sleep 3 sleep 3

Loading…
Cancel
Save

Powered by TurnKey Linux.