Added HackRF source built by default

This commit is contained in:
Ryzerth
2021-04-13 18:35:31 +02:00
parent 48bba00cb3
commit ce389dfd79
2 changed files with 2 additions and 1 deletions

View File

@ -130,6 +130,7 @@ int sdrpp_main(int argc, char *argv[]) {
defConfig["moduleInstances"]["Recorder"] = "recorder";
defConfig["moduleInstances"]["SoapySDR Source"] = "soapy_source";
defConfig["moduleInstances"]["PlutoSDR Source"] = "plutosdr_source";
defConfig["moduleInstances"]["HackRF Source"] = "hackrf_source";
defConfig["moduleInstances"]["RTL-TCP Source"] = "rtl_tcp_source";
defConfig["moduleInstances"]["RTL-SDR Source"] = "rtl_sdr_source";
defConfig["moduleInstances"]["AirspyHF+ Source"] = "airspyhf_source";