From 4db485e209d61a069fc5cf2b8b9c0c3bb51f31f3 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sun, 2 Jan 2022 18:34:06 +0100 Subject: [PATCH] Enabled the RFspace source by default --- core/src/core.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/core.cpp b/core/src/core.cpp index b8156f4b..a82c97b5 100644 --- a/core/src/core.cpp +++ b/core/src/core.cpp @@ -199,6 +199,8 @@ int sdrpp_main(int argc, char* argv[]) { defConfig["moduleInstances"]["HackRF Source"]["enabled"] = true; defConfig["moduleInstances"]["LimeSDR Source"]["module"] = "limesdr_source"; defConfig["moduleInstances"]["LimeSDR Source"]["enabled"] = true; + defConfig["moduleInstances"]["RFspace Source"]["module"] = "rfspace_source"; + defConfig["moduleInstances"]["RTL-SDR Source"]["enabled"] = true; defConfig["moduleInstances"]["RTL-SDR Source"]["module"] = "rtl_sdr_source"; defConfig["moduleInstances"]["RTL-SDR Source"]["enabled"] = true; defConfig["moduleInstances"]["RTL-TCP Source"]["module"] = "rtl_tcp_source";