File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ jobs:
281281
282282 - name : Prepare CMake
283283 working-directory : ${{runner.workspace}}/build
284- run : cmake $GITHUB_WORKSPACE -DOPT_BUILD_BLADERF_SOURCE=ON -DOPT_BUILD_LIMESDR_SOURCE=ON -DOPT_BUILD_SDRPLAY_SOURCE=ON -DOPT_BUILD_NEW_PORTAUDIO_SINK=ON -DOPT_BUILD_M17_DECODER=ON -DOPT_BUILD_USRP_SOURCE=ON
284+ run : cmake $GITHUB_WORKSPACE -DOPT_BUILD_BLADERF_SOURCE=ON -DOPT_BUILD_LIMESDR_SOURCE=ON -DOPT_BUILD_SDRPLAY_SOURCE=ON -DOPT_BUILD_NEW_PORTAUDIO_SINK=ON -DOPT_BUILD_M17_DECODER=ON -DOPT_BUILD_USRP_SOURCE=ON -DOPT_BUILD_PERSEUS_SOURCE=ON
285285
286286 - name : Build
287287 working-directory : ${{runner.workspace}}/build
Original file line number Diff line number Diff line change @@ -179,6 +179,8 @@ int sdrpp_main(int argc, char* argv[]) {
179179 defConfig[" moduleInstances" ][" LimeSDR Source" ][" enabled" ] = true ;
180180 defConfig[" moduleInstances" ][" PlutoSDR Source" ][" module" ] = " plutosdr_source" ;
181181 defConfig[" moduleInstances" ][" PlutoSDR Source" ][" enabled" ] = true ;
182+ defConfig[" moduleInstances" ][" PerseusSDR Source" ][" module" ] = " perseus_source" ;
183+ defConfig[" moduleInstances" ][" PerseusSDR Source" ][" enabled" ] = true ;
182184 defConfig[" moduleInstances" ][" RFspace Source" ][" module" ] = " rfspace_source" ;
183185 defConfig[" moduleInstances" ][" RFspace Source" ][" enabled" ] = true ;
184186 defConfig[" moduleInstances" ][" RTL-SDR Source" ][" module" ] = " rtl_sdr_source" ;
You can’t perform that action at this time.
0 commit comments