From 920a76cf42c78849422cc0803397fd0fce08f973 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 27 Oct 2025 22:57:49 -0400 Subject: [PATCH] Update sstv_decode_prompt.sh fix frequency set --- groundstation/sstv_decode_prompt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/sstv_decode_prompt.sh b/groundstation/sstv_decode_prompt.sh index 44188ea5..0e546d89 100755 --- a/groundstation/sstv_decode_prompt.sh +++ b/groundstation/sstv_decode_prompt.sh @@ -140,7 +140,7 @@ if [ "$confidence" -lt "$threshold" ]; then echo $confidence fi -frequency=$(awk '{print $1}' auto-tune.txt) +frequency=$(awk '{print $1}' /home/pi/CubeSatSim/groundstation/auto-tune.txt) echo "Auto tune frequency: " echo $frequency