Update config to display RX freq when turning on C2C

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

@ -639,6 +639,16 @@ elif [ "$1" = "-T" ]; then
if [ "$1" != "n" ] ; then
echo "Turning command and control ON"
value=`cat /home/pi/CubeSatSim/sim.cfg`
echo "$value" > /dev/null
set -- $value
echo -n "RX Frequency is: "
echo -n ${8}
echo " MHz"
echo
sudo touch /home/pi/CubeSatSim/command_control
echo "restarting command and control"
# reboot=1

Loading…
Cancel
Save

Powered by TurnKey Linux.