Update sstv_decode_prompt.sh cleanup prints

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

@ -114,6 +114,7 @@ if [ "$choice" != "4" ] && [ "$frequency" != "SSTV" ]; then
#echo $frequency #echo $frequency
echo
echo "Testing for FM TXC" echo "Testing for FM TXC"
gpio -g mode 7 up gpio -g mode 7 up
@ -133,7 +134,7 @@ if [[ $(grep "0" out.txt) ]] ; then
gpio -g write 21 1 gpio -g write 21 1
echo echo
echo "If you want to use the FM TXC as your receiver, go under Options/Configuration/Sound and for Input Audio Device select 'hw:CARD=Device,DEV=0 - USB Audio Device' then OK" echo "If you want to use the FM TXC as your receiver, go under Options/Configuration/Sound and for Input Audio Device select 'hw:CARD=Device,DEV=0 - USB Audio Device' then OK."
echo echo
sleep 10 sleep 10
else else

Loading…
Cancel
Save

Powered by TurnKey Linux.