fixed fault config issues

This commit is contained in:
AlexandreRouma
2022-01-21 20:41:39 +01:00
parent 070e27505b
commit 34fc32dcf7
2 changed files with 4 additions and 0 deletions

View File

@ -210,6 +210,8 @@ int sdrpp_main(int argc, char* argv[]) {
defConfig["moduleInstances"]["RTL-TCP Source"]["enabled"] = true;
defConfig["moduleInstances"]["SDRplay Source"]["module"] = "sdrplay_source";
defConfig["moduleInstances"]["SDRplay Source"]["enabled"] = true;
defConfig["moduleInstances"]["SDR++ Server Source"]["module"] = "sdrpp_server_source";
defConfig["moduleInstances"]["SDR++ Server Source"]["enabled"] = true;
defConfig["moduleInstances"]["SoapySDR Source"]["module"] = "soapy_source";
defConfig["moduleInstances"]["SoapySDR Source"]["enabled"] = true;
defConfig["moduleInstances"]["SpyServer Source"]["module"] = "spyserver_source";