Skip to content

Commit

Permalink
allow arbitrary rtl-tcp frequencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatel3001 committed Apr 11, 2024
1 parent c6d924a commit 2521594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ RUN set -x && \
# Deploy SoapyRTLTCP
git clone https://github.com/pothosware/SoapyRTLTCP.git /src/SoapyRTLTCP && \
pushd /src/SoapyRTLTCP && \
sed -i 's#SoapySDR::Range(900001, 3200000)#SoapySDR::Range(900001, 10000000)#' Settings.cpp && \
mkdir -p /src/SoapyRTLTCP/build && \
pushd /src/SoapyRTLTCP/build && \
cmake ../ -DCMAKE_BUILD_TYPE=Debug && \
Expand Down

0 comments on commit 2521594

Please sign in to comment.