mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-25 01:30:19 +01:00
enable reporting of FST4/FST4W to pskreporter
This commit is contained in:
parent
ac4401175f
commit
af4923c741
|
|
@ -30,7 +30,7 @@ class PskReporter(object):
|
|||
sharedInstance = None
|
||||
creationLock = threading.Lock()
|
||||
interval = 300
|
||||
supportedModes = ["FT8", "FT4", "JT9", "JT65", "JS8"]
|
||||
supportedModes = ["FT8", "FT4", "JT9", "JT65", "FST4", "FST4W", "JS8"]
|
||||
|
||||
@staticmethod
|
||||
def getSharedInstance():
|
||||
|
|
|
|||
Loading…
Reference in a new issue