update q-path

closing #145
This commit is contained in:
Peter Buchegger 2022-02-17 22:09:29 +01:00
parent 7bd5d1cbed
commit 6cc03c6a41

View file

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