mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-20 07:30:44 +01:00
getInterval is needed by audio/chopper.py
This commit is contained in:
parent
cde00a0e87
commit
d494a59368
|
|
@ -215,6 +215,9 @@ class JT4Profile(WsjtProfile):
|
|||
def __init__(self, submode):
|
||||
self.submode = submode
|
||||
|
||||
def getInterval(self):
|
||||
return 60
|
||||
|
||||
def getSubmode(self):
|
||||
return self.submode
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue