From b142233d4e85d541e159a0cfce094a6a7afa6870 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Fri, 11 Jun 2021 16:43:28 +0200 Subject: [PATCH] report as DPRS on the map --- owrx/meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/meta.py b/owrx/meta.py index 9a8b3eb..5357c29 100644 --- a/owrx/meta.py +++ b/owrx/meta.py @@ -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