fixed swapped b and hi-z ports

This commit is contained in:
Ryzerth
2021-03-07 16:14:08 +01:00
parent 68fdd7e3f0
commit abf5ad2eec
3 changed files with 4 additions and 3 deletions

View File

@ -130,6 +130,7 @@ int sdrpp_main(int argc, char *argv[]) {
defConfig["moduleInstances"]["RTL-SDR Source"] = "rtl_sdr_source";
defConfig["moduleInstances"]["AirspyHF+ Source"] = "airspyhf_source";
defConfig["moduleInstances"]["Airspy Source"] = "airspy_source";
//defConfig["moduleInstances"]["SDRplay Source"] = "sdrplay_source";
defConfig["moduleInstances"]["Audio Sink"] = "audio_sink";
defConfig["modules"] = json::array();