From bbe606672d2d6891d9a032e96a22fcbe6d16b902 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 28 Oct 2025 10:27:10 -0400 Subject: [PATCH] Update sstv_decode_prompt.sh increment tries --- groundstation/sstv_decode_prompt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/groundstation/sstv_decode_prompt.sh b/groundstation/sstv_decode_prompt.sh index e7710011..ea3c396d 100755 --- a/groundstation/sstv_decode_prompt.sh +++ b/groundstation/sstv_decode_prompt.sh @@ -147,6 +147,7 @@ if [ "$autotune" = "1" ]; then # cat /home/pi/CubeSatSim/groundstation/auto-tune.txt confidence=$(awk '{print $2}' /home/pi/CubeSatSim/groundstation/auto-tune.txt) echo "Auto tune confidence:" $confidence + tries=$((tries+1)) done