mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 22:17:34 +00:00
use the command mapper to generate event keys
This commit is contained in:
parent
d9e15357f3
commit
112eda2021
6 changed files with 4 additions and 29 deletions
|
|
@ -14,11 +14,5 @@ class HackrfSource(DirectSource):
|
|||
}
|
||||
).setStatic("-r-")
|
||||
|
||||
def getEventNames(self):
|
||||
return super().getEventNames() + [
|
||||
"lna_gain",
|
||||
"rf_amp",
|
||||
]
|
||||
|
||||
def getFormatConversion(self):
|
||||
return ["csdr convert_s8_f"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue