mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-03 13:24:46 +01:00
Fixed network sink not being present by default
This commit is contained in:
parent
bc0de50ba6
commit
b7c95de8cc
@ -206,6 +206,7 @@ int sdrpp_main(int argc, char *argv[]) {
|
||||
defConfig["moduleInstances"]["PlutoSDR Source"]["enabled"] = true;
|
||||
|
||||
defConfig["moduleInstances"]["Audio Sink"] = "audio_sink";
|
||||
defConfig["moduleInstances"]["Network Sink"] = "network_sink";
|
||||
|
||||
defConfig["moduleInstances"]["Radio"] = "radio";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user