start of changes

pull/131/head
alanbjohnston 4 years ago committed by GitHub
parent a326073499
commit c2bab3bd3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,6 +31,22 @@ sudo killall -9 CubicSDR &>/dev/null
#echo "s" >> .mode #echo "s" >> .mode
echo
echo "Choose the number for the frequency for SSTV decoding:"
echo "1. ISS (145.8 MHz)"
echo "2. CubeSatSim (434.9 MHz)"
echo "3. Enter a frequency"
echo
read -r choice
if [ "$choice" = "1" ]; then
frequency=145.8
fi
qsstv & qsstv &
sleep 5 sleep 5

Loading…
Cancel
Save

Powered by TurnKey Linux.