mirror of https://github.com/F5OEO/rpitx
Update rtlmenu.sh
This commit is contained in:
parent
3e6bc5ea62
commit
046eccde05
|
|
@ -6,7 +6,7 @@ INPUT_GAIN=0
|
|||
do_freq_setup()
|
||||
{
|
||||
|
||||
FREQ=$(whiptail --inputbox "Choose input Frequency (in MHZ) Default is 100MHZ" 8 78 $INPUT_RTLSDR --title "RTL-SDR Receive Frequency" 3>&1 1>&2 2>&3)
|
||||
FREQ=$(whiptail --inputbox "Choose input Frequency (in MHZ) Default is 434MHZ" 8 78 $INPUT_RTLSDR --title "RTL-SDR Receive Frequency" 3>&1 1>&2 2>&3)
|
||||
if [ $? -eq 0 ]; then
|
||||
INPUT_RTLSDR=$FREQ
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue