From 6cc03c6a41b77d752bff2cb65afa97219b704077 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Thu, 17 Feb 2022 22:09:29 +0100 Subject: [PATCH] update q-path closing #145 --- src/TaskRouter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TaskRouter.cpp b/src/TaskRouter.cpp index f64f6b0..a1aa985 100644 --- a/src/TaskRouter.cpp +++ b/src/TaskRouter.cpp @@ -43,7 +43,7 @@ bool RouterTask::loop(System &system) { path += ","; } - aprsIsMsg->setPath(path + "qAR," + system.getUserConfig()->callsign); + aprsIsMsg->setPath(path + "qAO," + system.getUserConfig()->callsign); logPrintD("APRS-IS: "); logPrintlnD(aprsIsMsg->toString());