mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-06 06:43:54 +00:00
rename startmm to getDecoderInstance
This commit is contained in:
parent
ba2fab398e
commit
e1afdcec7d
4 changed files with 4 additions and 4 deletions
|
|
@ -66,7 +66,7 @@ class InputBase(ABC):
|
|||
logging.debug("Add received data to queue")
|
||||
print(data)
|
||||
|
||||
def startmm(self, decoderConfig, StdIn):
|
||||
def getDecoderInstance(self, decoderConfig, StdIn):
|
||||
mmProc = ProcessManager(str(decoderConfig.get("mmPath", default="multimon-ng")), textMode=True)
|
||||
if decoderConfig.get("fms", default=0):
|
||||
mmProc.addArgument("-a FMSFSK")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue