bugfixing
This commit is contained in:
parent
d6a3325d35
commit
1c90e3403d
|
|
@ -99,11 +99,10 @@ class Js8Parser(AudioChopperParser):
|
||||||
|
|
||||||
frame = Js8().parse_message(msg)
|
frame = Js8().parse_message(msg)
|
||||||
|
|
||||||
callsign = frame.source["callsign"]
|
|
||||||
|
|
||||||
self.pushDecode(band)
|
self.pushDecode(band)
|
||||||
|
|
||||||
if (isinstance(frame, Js8FrameHeartbeat) or isinstance(frame, Js8FrameCompound)) and frame.grid:
|
if (isinstance(frame, Js8FrameHeartbeat) or isinstance(frame, Js8FrameCompound)) and frame.grid:
|
||||||
|
callsign = frame.source["callsign"]
|
||||||
Map.getSharedInstance().updateLocation(
|
Map.getSharedInstance().updateLocation(
|
||||||
callsign, LocatorLocation(frame.grid), "JS8", band
|
callsign, LocatorLocation(frame.grid), "JS8", band
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue