Allowing failed SDR source to restart.
This commit is contained in:
parent
c04e8584ef
commit
7b256de82f
@ -130,7 +130,9 @@ class ActiveSdrSources(PropertyReadOnly):
|
|||||||
self._addSource(key, value)
|
self._addSource(key, value)
|
||||||
|
|
||||||
def isAvailable(self, source: SdrSource):
|
def isAvailable(self, source: SdrSource):
|
||||||
return source.isEnabled() and not source.isFailed()
|
# @@@
|
||||||
|
# return source.isEnabled() and not source.isFailed()
|
||||||
|
return source.isEnabled()
|
||||||
|
|
||||||
def _addSource(self, key, source: SdrSource):
|
def _addSource(self, key, source: SdrSource):
|
||||||
if self.isAvailable(source):
|
if self.isAvailable(source):
|
||||||
|
Loading…
Reference in New Issue
Block a user