Update config add MHz to freq

send-commands
Alan Johnston 2 weeks ago committed by GitHub
parent 00b6071230
commit d6d934d4fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1185,7 +1185,8 @@ elif [ "$1" = "-n" ]; then
set -- $value
echo -n "TX Frequency is: "
echo ${7}
echo -n ${7}
echo " MHz"
echo
check_restart
@ -1203,7 +1204,8 @@ elif [ "$1" = "-A" ]; then
set -- $value
echo -n "TX Frequency is: "
echo ${7}
echo -n ${7}
echo " MHz"
echo
value=`cat /home/pi/CubeSatSim/.mode`

Loading…
Cancel
Save

Powered by TurnKey Linux.