mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
rename
This commit is contained in:
parent
4e4266f1c4
commit
8a2356580a
3 changed files with 7 additions and 7 deletions
|
|
@ -45,10 +45,10 @@ class ConnectorSource(SdrSource):
|
|||
return
|
||||
if (
|
||||
(prop == "center_freq" or prop == "lfo_offset")
|
||||
and "lfo_offset" in self.rtlProps
|
||||
and self.rtlProps["lfo_offset"] is not None
|
||||
and "lfo_offset" in self.sdrProps
|
||||
and self.sdrProps["lfo_offset"] is not None
|
||||
):
|
||||
freq = self.rtlProps["center_freq"] + self.rtlProps["lfo_offset"]
|
||||
freq = self.sdrProps["center_freq"] + self.sdrProps["lfo_offset"]
|
||||
self.sendControlMessage("center_freq", freq)
|
||||
else:
|
||||
self.sendControlMessage(prop, value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue