diff --git a/config b/config index 56a240eb..19a57239 100755 --- a/config +++ b/config @@ -143,17 +143,19 @@ elif [ "$1" = "-a" ]; then if [ "$1" == "n" ]; then - echo "Transmit mode 1 is APRS" + transmit_command_aprs + +# echo "Transmit mode 1 is APRS" - STRING="AMSAT-11>APCSS:=3901.40N\07704.39WShi hi MODE=a" - sudo rm /home/pi/CubeSatSim/t.txt - echo $STRING > /home/pi/CubeSatSim/t.txt - echo - echo -n "Sending APRS packet " - echo $STRING - sudo touch /home/pi/CubeSatSim/ready - sleep 5 - sudo touch /home/pi/CubeSatSim/ready +# STRING="AMSAT-11>APCSS:=3901.40N\07704.39WShi hi MODE=a" +# sudo rm /home/pi/CubeSatSim/t.txt +# echo $STRING > /home/pi/CubeSatSim/t.txt +# echo +# echo -n "Sending APRS packet " +# echo $STRING +# sudo touch /home/pi/CubeSatSim/ready +# sleep 5 +# sudo touch /home/pi/CubeSatSim/ready else echo "changing CubeSatSim to AFSK mode"