mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
add ppm
This commit is contained in:
parent
ada94f69c3
commit
6ba74a0c30
|
|
@ -435,7 +435,7 @@ class RtlSdrSocketSource(SdrSource):
|
|||
self.controlSocket = None
|
||||
|
||||
def getCommand(self):
|
||||
return "rtl_connector -p {port} -c {controlPort}".format(port=self.port, controlPort=self.controlPort) + " -s {samp_rate} -f {center_freq} -g {rf_gain}"
|
||||
return "rtl_connector -p {port} -c {controlPort}".format(port=self.port, controlPort=self.controlPort) + " -s {samp_rate} -f {center_freq} -g {rf_gain} -P {ppm}"
|
||||
|
||||
def getFormatConversion(self):
|
||||
return None
|
||||
|
|
|
|||
Loading…
Reference in a new issue