Rolling back WSJT reporting change, since PSKReport/WSPRnet need locator.
This commit is contained in:
parent
4675580201
commit
e8d4e4c9ea
|
|
@ -287,11 +287,11 @@ class WsjtParser(AudioChopperParser):
|
|||
out["interval"] = profile.getInterval()
|
||||
|
||||
self.pushDecode(mode, band)
|
||||
ReportingEngine.getSharedInstance().spot(out)
|
||||
if "callsign" in out and "locator" in out:
|
||||
Map.getSharedInstance().updateLocation(
|
||||
out["callsign"], LocatorLocation(out["locator"]), mode, band
|
||||
)
|
||||
ReportingEngine.getSharedInstance().spot(out)
|
||||
|
||||
return out
|
||||
except Exception:
|
||||
|
|
|
|||
Loading…
Reference in New Issue