reformat with black
This commit is contained in:
@ -5,9 +5,7 @@ from .soapy import SoapyConnectorSource
|
||||
class AirspySource(SoapyConnectorSource):
|
||||
def __init__(self, id, props, port):
|
||||
super().__init__(id, props, port)
|
||||
self.getCommandMapper().setMappings({
|
||||
"bias_tee": Flag("-t biastee=true")
|
||||
})
|
||||
self.getCommandMapper().setMappings({"bias_tee": Flag("-t biastee=true")})
|
||||
|
||||
def getDriver(self):
|
||||
return "airspy"
|
||||
|
Reference in New Issue
Block a user