mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-03-18 19:04:39 +01:00
don't spot FST4W on pskreporter (same as WSPR?)
This commit is contained in:
parent
885e361bab
commit
966a404700
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue