use the command mapper to generate event keys

This commit is contained in:
Jakob Ketterl
2020-04-02 00:10:28 +02:00
parent d9e15357f3
commit 112eda2021
6 changed files with 4 additions and 29 deletions

View File

@ -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"]