From 4c0bcec947fb49d9510800e2b23db6fcea924f0e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 15 Jul 2026 11:38:51 -0400 Subject: [PATCH] Update config add newline after frequency --- config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config b/config index c0003e15..717addf6 100755 --- a/config +++ b/config @@ -270,12 +270,16 @@ TXPL=${11} echo "Simulated Doppler frequency shift enabled" echo -n "Current TX and RX Frequency (Hz) is: " cat /home/pi/CubeSatSim/frequency.txt + echo # echo -n ${7} # echo -n " MHz, RX Frequency is: " # echo -n ${8} # echo " MHz" elif [ "${14}" = "rig" ] ; then echo "rigctld Doppler frequency shift enabled" + echo -n "Current TX and RX Frequency (Hz) is: " + cat /home/pi/CubeSatSim/frequency.txt + echo else echo "Doppler frequency shift is OFF" echo -n "TX Frequency is: "