Update sstv_decode_prompt.sh fix frequency set

fiabv4-auto-tune
Alan Johnston 2 months ago committed by GitHub
parent 910d02b597
commit 920a76cf42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.