From 9411c1ec29a0fe87330f128d3f38f39bc3bd1622 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 10 Jul 2026 12:39:10 -0400 Subject: [PATCH] Update config write to frequency.txt --- config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config b/config index 2811fdcd..a80ae4f2 100755 --- a/config +++ b/config @@ -1168,6 +1168,8 @@ 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 + echo ${7} ${8} > /home/pi/CubeSatSim/frequency.txt + echo echo "Restarting CubeSatSim with new configuration file"