Update config change to BPSK mode from Transmit Commands

release
Alan Johnston 1 year ago committed by GitHub
parent 5a8a150133
commit 7ffd131e46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1263,8 +1263,8 @@ elif [ "$1" = "-n" ]; then
if [ "$1" = "n" ]; then
echo "Turning Transmit Command and Control mode OFF"
echo "Switching to FSK mode"
sudo echo "f" > /home/pi/CubeSatSim/.mode
echo "Switching to BPSK mode"
sudo echo "b" > /home/pi/CubeSatSim/.mode
reboot=1
else
echo "Turning Transmit Command and Control mode ON"

Loading…
Cancel
Save

Powered by TurnKey Linux.