mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 22:19:04 +00:00
add airspyhf support
This commit is contained in:
parent
ac841221b6
commit
1d1851dc76
3 changed files with 12 additions and 0 deletions
|
|
@ -629,6 +629,11 @@ class AirspyConnectorSource(SoapyConnectorSource):
|
|||
return cmd
|
||||
|
||||
|
||||
class AirspyhfConnectorSource(AirspyConnectorSource):
|
||||
def getDriver(self):
|
||||
return "airspyhf"
|
||||
|
||||
|
||||
class RtlSdrSource(SdrSource):
|
||||
def getCommand(self):
|
||||
return "rtl_sdr -s {samp_rate} -f {tuner_freq} -p {ppm} -g {rf_gain} -"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue