Update config don't transmit x

send-commands
Alan Johnston 3 weeks ago committed by GitHub
parent 703c12c6fe
commit b608b8287d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1205,9 +1205,11 @@ elif [ "$1" = "-A" ]; then
echo "Enter the mode to change: a=APRS, f=FSK, b=BPSK, s=SSTV, m=CW, e=Repeater, j=FUNcube, o=Beacon on/off x=Exit this mode"
read MODE
transmit_command $MODE
if [ "$MODE" != "x" ]; then
transmit_command $MODE
fi
echo $MODE
echo
done

Loading…
Cancel
Save

Powered by TurnKey Linux.