send messages to frontend, spots to pskreporter

This commit is contained in:
Jakob Ketterl
2020-04-14 21:10:35 +02:00
parent bcb8a2315c
commit 2de0cbc6c0
3 changed files with 30 additions and 8 deletions

View File

@ -30,7 +30,7 @@ class PskReporter(object):
sharedInstance = None
creationLock = threading.Lock()
interval = 300
supportedModes = ["FT8", "FT4", "JT9", "JT65"]
supportedModes = ["FT8", "FT4", "JT9", "JT65", "JS8"]
@staticmethod
def getSharedInstance():