From 2e55116be692589dd94429a7348c7aa6471a1107 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 18 Jan 2026 12:10:43 -0500 Subject: [PATCH] Update config to display RX freq when turning on C2C --- config | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config b/config index 900cc951..e9b56951 100755 --- a/config +++ b/config @@ -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