From 27cbf1a822e79457fc7efb2e8cb202915c4f8796 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 28 Oct 2025 09:47:53 -0400 Subject: [PATCH] Update packet.sh add auto-tune text --- groundstation/packet.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/groundstation/packet.sh b/groundstation/packet.sh index ed28f12c..7c4ee945 100755 --- a/groundstation/packet.sh +++ b/groundstation/packet.sh @@ -168,7 +168,9 @@ if [ "$autotune" = "1" ]; then threshold=1 delay=1 retries=30 - + + 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