Signed-off-by: Dawid SQ6EMM <sq6emm@hamradio.pl>
This commit is contained in:
Dawid SQ6EMM 2025-03-07 10:51:41 +01:00
parent 39406ac0de
commit c4379c3015

View file

@ -287,7 +287,7 @@ class Q65Profile(WsjtProfile):
return self.interval
def decoder_commandline(self, file):
return ["jt9", "--q65", "-p", str(self.interval), "-b", self.mode.name, "-d", str(self.decoding_depth()), "-F", str(self.jt4_frequency_tolerance()), file]
return ["jt9", "--q65", "-p", str(self.interval), "-b", self.mode.name, "-d", str(self.decoding_depth()), "-F", str(self.q65_frequency_tolerance()), file]
class Msk144Profile(WsjtProfile):