From 992648f19b13bd0eaf69532d25d4b1260968cd08 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 28 Oct 2025 08:48:22 -0400 Subject: [PATCH] Update sstv_decode_prompt.sh auto-tune failed message --- groundstation/sstv_decode_prompt.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/groundstation/sstv_decode_prompt.sh b/groundstation/sstv_decode_prompt.sh index 48d00ffb..ccd08538 100755 --- a/groundstation/sstv_decode_prompt.sh +++ b/groundstation/sstv_decode_prompt.sh @@ -154,7 +154,10 @@ if [ "$confidence" -gt "$threshold" ]; then frequency=$(awk '{print $1}' /home/pi/CubeSatSim/groundstation/auto-tune.txt) echo -n "Auto tune frequency: " echo $frequency +else + echo "Auto tune failed, frequency unchanged" fi +echo #sudo systemctl restart cubesatsim