From 8a3a1a07f227cc4f8dff25327f9e5a0ba319525a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 28 Oct 2025 10:31:20 -0400 Subject: [PATCH] Update packet.sh add tries increment --- groundstation/packet.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/groundstation/packet.sh b/groundstation/packet.sh index 7c4ee945..3835a581 100755 --- a/groundstation/packet.sh +++ b/groundstation/packet.sh @@ -182,6 +182,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