From 3293b75c6af4d43d915d8326cb7972217466a71d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 28 Oct 2025 10:20:10 -0400 Subject: [PATCH] Update sstv_decode_prompt.sh add starting auto tune message --- groundstation/sstv_decode_prompt.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/groundstation/sstv_decode_prompt.sh b/groundstation/sstv_decode_prompt.sh index dc350a87..19588782 100755 --- a/groundstation/sstv_decode_prompt.sh +++ b/groundstation/sstv_decode_prompt.sh @@ -132,7 +132,9 @@ if [ "$autotune" = "1" ]; then threshold=1 delay=5 retries=5 - + + echo "Starting Auto-tune scanning" + echo "Scan will stop when confidence exceeds threshold value of " $threshold " or after " $retries " retries" tries=0 confidence=0 while [ $tries -le $retries ] && [ "$confidence" -le "$threshold" ]; do