don't spot FST4W on pskreporter (same as WSPR?)

This commit is contained in:
Jakob Ketterl 2021-01-15 16:27:15 +01:00
parent 885e361bab
commit 966a404700
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class PskReporter(Reporter):
interval = 300
def getSupportedModes(self):
return ["FT8", "FT4", "JT9", "JT65", "FST4", "FST4W", "JS8"]
return ["FT8", "FT4", "JT9", "JT65", "FST4", "JS8"]
def stop(self):
self.cancelTimer()