Update sstv_decode_prompt.sh auto-tune failed message

fiabv4-auto-tune
Alan Johnston 2 months ago committed by GitHub
parent 6ebfc9c462
commit 992648f19b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -154,7 +154,10 @@ if [ "$confidence" -gt "$threshold" ]; then
frequency=$(awk '{print $1}' /home/pi/CubeSatSim/groundstation/auto-tune.txt)
echo -n "Auto tune frequency: "
echo $frequency
else
echo "Auto tune failed, frequency unchanged"
fi
echo
#sudo systemctl restart cubesatsim

Loading…
Cancel
Save

Powered by TurnKey Linux.