mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-02-06 15:54:38 +01:00
Fixed class name
This commit is contained in:
parent
bcd1133604
commit
04049f556f
|
|
@ -20,7 +20,7 @@ class HydrasdrSource(SoapyConnectorSource):
|
|||
return "hydrasdr"
|
||||
|
||||
|
||||
class HydraSDRDeviceDescription(SoapyConnectorDeviceDescription):
|
||||
class HydraSdrDeviceDescription(SoapyConnectorDeviceDescription):
|
||||
def getName(self):
|
||||
return "HydraSDR RFone"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue