Update config add APRS tx

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

@ -914,25 +914,36 @@ elif [ "$1" = "-A" ]; then
1)
echo "Mode 1 is APRS"
STRING = "KU2Y-1>APCSS:MODE=a"
;;
2)
echo "Mode 2 is FSK"
STRING = "KU2Y-1>APCSS:MODE=a"
;;
3)
echo "Mode 3 is BPSK"
STRING = "KU2Y-1>APCSS:MODE=b"
;;
4)
echo "Mode 4 is SSTV"
STRING = "KU2Y-1>APCSS:MODE=s"
;;
5)
echo "Mode 5 is CW"
STRING = "KU2Y-1>APCSS:MODE=m"
;;
*)
echo "Unknown mode"
STRING = "KU2Y-1>APCSS:MODE=?"
;;
esac
sudo rm /home/pi/CubeSatSim/t.txt
echo $STRING > /home/pi/CubeSatSim/t.txt
touch /home/pi/CubeSatSim/ready
sleep 1
touch /home/pi/CubeSatSim/ready
elif [ "$1" = "-h" ]; then
echo "config OPTION"

Loading…
Cancel
Save

Powered by TurnKey Linux.