mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-05 22:47:04 +00:00
report as DPRS on the map
This commit is contained in:
parent
e9b2007863
commit
b142233d4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue