mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 22:17:34 +00:00
create device descriptions for all
This commit is contained in:
parent
0e64f15e65
commit
0ab6729fcc
18 changed files with 92 additions and 21 deletions
|
|
@ -1,5 +1,5 @@
|
|||
from abc import ABCMeta
|
||||
from . import SdrSource
|
||||
from owrx.source import SdrSource, SdrDeviceDescription
|
||||
|
||||
import logging
|
||||
|
||||
|
|
@ -51,3 +51,7 @@ class DirectSource(SdrSource, metaclass=ABCMeta):
|
|||
# override this in subclasses, if necessary
|
||||
def sleepOnRestart(self):
|
||||
pass
|
||||
|
||||
|
||||
class DirectSourceDeviceDescription(SdrDeviceDescription):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue