mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-09 08:23:44 +00:00
make the sdr type dropdown show beautiful names
This commit is contained in:
parent
4993a56235
commit
68739724d4
20 changed files with 73 additions and 16 deletions
|
|
@ -15,6 +15,9 @@ class HackrfSource(SoapyConnectorSource):
|
|||
|
||||
|
||||
class HackrfDeviceDescription(SoapyConnectorDeviceDescription):
|
||||
def getName(self):
|
||||
return "HackRF"
|
||||
|
||||
def getInputs(self) -> List[Input]:
|
||||
return super().getInputs() + [BiasTeeInput()]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue