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());