From a8f1a4095f6c5c8176ddbd4bfae1bbc6eed17660 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 28 Oct 2025 09:42:10 -0400 Subject: [PATCH] Update packet.sh remove delay --- groundstation/packet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/packet.sh b/groundstation/packet.sh index a541bbae..ed28f12c 100755 --- a/groundstation/packet.sh +++ b/groundstation/packet.sh @@ -173,7 +173,7 @@ if [ "$autotune" = "1" ]; then confidence=0 while [ $tries -le $retries ] && [ "$confidence" -le "$threshold" ]; do - sleep $delay +# sleep $delay source /home/pi/venv/bin/activate python3 /home/pi/CubeSatSim/groundstation/auto-tune.py 434900000 n 2> null > /home/pi/CubeSatSim/groundstation/auto-tune.txt # echo "auto-tune.txt"