Skip to content

Commit 5acdab0

Browse files
Instantiated the perseus source by default and perseus on raspberrypi
1 parent 3e3846d commit 5acdab0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

core/src/core.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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";

0 commit comments

Comments
 (0)