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
|
sharedInstance = None
|
||||||
creationLock = threading.Lock()
|
creationLock = threading.Lock()
|
||||||
interval = 300
|
interval = 300
|
||||||
supportedModes = ["FT8", "FT4", "JT9", "JT65", "JS8"]
|
supportedModes = ["FT8", "FT4", "JT9", "JT65", "FST4", "FST4W", "JS8"]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def getSharedInstance():
|
def getSharedInstance():
|
||||||
|
Loading…
Reference in New Issue
Block a user