added zenity popup

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

@ -26,6 +26,10 @@ sudo killall -9 CubicSDR &>/dev/null
echo
frequency=$(zenity --list --title="Choose the frequency" --column="kHz" --column="Use" 144390 "APRS US 2m" 434900 "CubeSatSim" 144800 "APRS European 2m")
if [ -z "$frequency" ]; then
echo "Choose the number for the packet decoding option:"
echo
echo "1. APRS US 2m (144390 kHz)"
@ -141,6 +145,8 @@ else
fi
fi
echo
echo "Note that the 'Tuned to' frequency will be different from the chosen frequency due to the way SDRs work."

Loading…
Cancel
Save

Powered by TurnKey Linux.