mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
jt65 seems very prone to false decodes
This commit is contained in:
parent
6ff55e1279
commit
be05b54053
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ class Jt65Chopper(WsjtChopper):
|
|||
|
||||
def decoder_commandline(self, file):
|
||||
# TODO expose decoding quality parameters through config
|
||||
return ["jt9", "--jt65", "-d", "3", file]
|
||||
return ["jt9", "--jt65", "-d", "1", file]
|
||||
|
||||
|
||||
class Jt9Chopper(WsjtChopper):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue