Update config try [[

master-bf-pre3
Alan Johnston 5 days ago committed by GitHub
parent b036d4b8b0
commit 464f150056
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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}

Loading…
Cancel
Save

Powered by TurnKey Linux.