mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
fix typo
This commit is contained in:
parent
a0d8724ada
commit
2da9bfbe0c
|
|
@ -23,7 +23,7 @@ sdrProc.start(True)
|
|||
mmProc = ProcessManager("/opt/multimon/multimon-ng", textMode=True)
|
||||
# mmProc.addArgument("-i")
|
||||
# mmProc.addArgument("-a POCSAG1200 -a FMSFSK -a ZVEI1")
|
||||
mmProc.addArgument("-f aplha")
|
||||
mmProc.addArgument("-f alpha")
|
||||
mmProc.addArgument("-t raw /dev/stdin -")
|
||||
mmProc.setStdin(sdrProc.stdout)
|
||||
mmProc.start(True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue