enable reporting of FST4/FST4W to pskreporter

This commit is contained in:
Jakob Ketterl 2020-12-07 11:56:21 +01:00
parent ac4401175f
commit af4923c741
1 changed files with 1 additions and 1 deletions

View File

@ -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():