Skip to content

Commit 3049979

Browse files
committed
Remove debug
1 parent af24857 commit 3049979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rtlmenu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ do_freq_setup
5454
do_status;;
5555
1\ *) sudo ./sendiq -s 250000 -f "$OUTPUT_FREQ"e6 -t u8 -i record.iq >/dev/null 2>/dev/null &
5656
do_status;;
57-
2\ *) FREQ_IN="$INPUT_RTLSDR"M GAIN="$INPUT_GAIN" FREQ_OUT="$OUTPUT_FREQ"e6 . "$PWD/transponder.sh"
57+
2\ *) FREQ_IN="$INPUT_RTLSDR"M GAIN="$INPUT_GAIN" FREQ_OUT="$OUTPUT_FREQ"e6 . "$PWD/transponder.sh" >/dev/null 2>/dev/null &
5858
do_status;;
5959
3\ *) FREQ_IN="$INPUT_RTLSDR"M GAIN="$INPUT_GAIN" FREQ_OUT="$OUTPUT_FREQ"e6 . "$PWD/fm2ssb.sh" >/dev/null 2>/dev/null &
6060
do_status;;

transponder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#You need a rtl-sdr dongle in order to run this
44
echo "FREQ_IN=value-in_MHz GAIN=value-0_to_45 FREQ_OUT=value-in_MHz transponder"
55
rtl_sdr -s 250000 -g "$GAIN" -f "$FREQ_IN" - | buffer \
6-
| sudo ./sendiq -s 250000 -f "FREQ_OUT" -t u8 -i -
6+
| sudo ./sendiq -s 250000 -f "$FREQ_OUT" -t u8 -i -

0 commit comments

Comments
 (0)