@ -278,7 +278,7 @@ RXPL=${10}
TXPL=${11}
# echo ${14}
if [ ( "${14}" = "sim" || "${14}" = "rig" ) && ( "$MODE" = "f" || "$MODE" = "b" || "$MODE" = "j") ] ; then
if [ ( "${14}" == "sim" || "${14}" == "rig" ) && ( "$MODE" == "f" || "$MODE" == "b" || "$MODE" == "j") ] ; then
echo "Doppler frequency shift is ON but not active in this mode (only APRS, CW, SSTV, and Repeater modes)"
echo -n "TX Frequency is: "
echo -n ${7}
Powered by TurnKey Linux.