From 5a65fec32fea239668b6827f5e41c34a6c6b1252 Mon Sep 17 00:00:00 2001 From: F5OEO Date: Tue, 27 Nov 2018 14:49:30 +0000 Subject: [PATCH] Fix frequency displayed in easytest --- easytest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easytest.sh b/easytest.sh index 6f72ec1..d9e082d 100755 --- a/easytest.sh +++ b/easytest.sh @@ -40,7 +40,7 @@ do_freq_setup do menuchoice=$(whiptail --default-item "$LAST_ITEM" --title "Rpitx on ""$OUTPUT_FREQ""MHZ" --menu "Range frequency : 50Khz-1Ghz. Choose your test" 20 82 12 \ - "F Set frequency" "Modify frequency (actual $INPUT_RTLSDR Mhz)" \ + "F Set frequency" "Modify frequency (actual $OUTPUT_FREQ Mhz)" \ "0 Tune" "Carrier" \ "1 Chirp" "Moving carrier" \ "2 Spectrum" "Spectrum painting" \