Fixing squash issues.

This commit is contained in:
Marat Fayzullin 2024-01-31 20:14:14 -05:00
parent 881d68ce8e
commit 4d56cd5a5c
1 changed files with 0 additions and 6 deletions

View File

@ -212,12 +212,6 @@ class SdrSource(ABC):
if "center_freq" in changes and changes["center_freq"] is not PropertyDeleted:
self.setCenterFreq(changes["center_freq"])
def _handleAlwaysOnChanged(self, changes):
if self.isAlwaysOn():
self.start()
else:
self.checkStatus()
def isFailed(self):
return self.failed