From 07dccfc9195084c9dd67bc07b1098200c08ce677 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 10 Jul 2026 12:41:17 -0400 Subject: [PATCH] Update config print rxf txf --- config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config b/config index a80ae4f2..5069e17c 100755 --- a/config +++ b/config @@ -1168,6 +1168,9 @@ elif [ "$1" = "-F" ]; then echo $1 $2 $3 $4 $5 $6 $tx $rx $9 ${10} ${11} ${12} ${13} ${14} echo $1 $2 $3 $4 $5 $6 $tx $rx $9 ${10} ${11} ${12} ${13} ${14} > /home/pi/CubeSatSim/sim.cfg + txf = ${7} * 1e6 + rxf = ${8} * 1e6 + echo $txf $rxf echo ${7} ${8} > /home/pi/CubeSatSim/frequency.txt echo