report as DPRS on the map

This commit is contained in:
Jakob Ketterl 2021-06-11 16:43:28 +02:00
parent e9b2007863
commit b142233d4e
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class DStarEnricher(Enricher):
if "ourcall" in meta:
# send location info to map as well (it will show up with the correct symbol there!)
loc = AprsLocation(data)
Map.getSharedInstance().updateLocation(meta["ourcall"], loc, "APRS", self.parser.getBand())
Map.getSharedInstance().updateLocation(meta["ourcall"], loc, "DPRS", self.parser.getBand())
return meta