Update config don't print doppler_mode

master-bc
Alan Johnston 3 weeks ago committed by GitHub
parent 53248a7e85
commit 9b08f80703
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -260,11 +260,11 @@ if [ "$1" = "" ]; then
echo "Random Failure Mode is OFF"
fi
echo ${14}
# echo ${14}
if [ "${14}" = "sim" ] ; then
echo "Simulated Doppler frequency shift mode enabled"
echo "Simulated Doppler frequency shift enabled"
elif [ "${14}" = "rig" ] ; then
echo "rigctld Doppler frequency shift mode enabled"
echo "rigctld Doppler frequency shift enabled"
else
echo "Doppler frequency shift is OFF"
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.