This commit is contained in:
Christoph Kottke 2021-05-25 11:41:15 +02:00
parent 63abe791cd
commit 86c2e46fcd

View file

@ -60,7 +60,7 @@ bool RouterTask::loop(System &system) {
logPrintlnD("APRS-IS: disabled");
if (modemMsg->getSource() == system.getUserConfig()->callsign)
logPrintlnD("APRS-IS: no forward => own paket erceived");
logPrintlnD("APRS-IS: no forward => own packet received");
}
if (system.getUserConfig()->digi.active && modemMsg->getSource() != system.getUserConfig()->callsign) {