Update sstv_decode_prompt.sh move prints

fiabv4-auto-tune-fm
Alan Johnston 1 month ago committed by GitHub
parent f4d39ad036
commit fc008f5373
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -152,14 +152,6 @@ if [[ $(grep "0" out.txt) ]] ; then
fi
fi
echo
echo "Note that the 'Tuned to' frequency will be different from the chosen frequency due to the way SDRs work."
echo
echo -e "Auto decoding SSTV on $frequency Hz"
#sleep 2
setsid qsstv &
@ -175,6 +167,14 @@ if [[ $(grep "No supported" out.txt) ]] || [[ $(grep "Failed to open" out.txt) ]
echo "No RTL-SDR detected."
else
echo "RTL-SDR detected."
echo
echo "Note that the 'Tuned to' frequency will be different from the chosen frequency due to the way SDRs work."
echo
echo -e "Auto decoding SSTV on $frequency Hz"
if [ "$autotune" = "1" ]; then
threshold=1

Loading…
Cancel
Save

Powered by TurnKey Linux.