diff --git a/owrx/reporting/pskreporter.py b/owrx/reporting/pskreporter.py index 58d04a4..59e69d7 100644 --- a/owrx/reporting/pskreporter.py +++ b/owrx/reporting/pskreporter.py @@ -27,9 +27,9 @@ class PskReporter(Reporter): Supports all valid MODE and SUBMODE values from the ADIF standard. Current version at the time of the last change: - https://www.adif.org/312/ADIF_312.htm#Mode_Enumeration + https://www.adif.org/314/ADIF_314.htm#Mode_Enumeration """ - return ["FT8", "FT4", "JT9", "JT65", "FST4", "JS8", "Q65", "WSPR", "FST4W"] + return ["FT8", "FT4", "JT9", "JT65", "FST4", "JS8", "Q65", "WSPR", "FST4W", "MSK144"] def stop(self): self.cancelTimer()