File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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;;
Original file line number Diff line number Diff line change 33# You need a rtl-sdr dongle in order to run this
44echo " FREQ_IN=value-in_MHz GAIN=value-0_to_45 FREQ_OUT=value-in_MHz transponder"
55rtl_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 -
You can’t perform that action at this time.
0 commit comments