mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-06 14:53:53 +00:00
rename startmm to getDecoderInstance
This commit is contained in:
parent
ba2fab398e
commit
e1afdcec7d
4 changed files with 4 additions and 4 deletions
|
|
@ -41,7 +41,7 @@ class SdrInput(InputBase):
|
|||
sdrProc.setStderr(open(paths.LOG_PATH + "rtl_fm.log", "a"))
|
||||
sdrProc.start()
|
||||
|
||||
mmProc = self.startmm(decoderConfig, sdrProc.stdout)
|
||||
mmProc = self.getDecoderInstance(decoderConfig, sdrProc.stdout)
|
||||
mmProc.start()
|
||||
|
||||
logging.info("start decoding")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue