Fixed network sink not being present by default

pull/402/head
AlexandreRouma 2021-09-23 20:37:34 +02:00
rodzic bc0de50ba6
commit b7c95de8cc
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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";