mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
parent
68318ea7f0
commit
1b33b0caec
|
|
@ -64,7 +64,7 @@ bool RouterTask::loop(System &system) {
|
||||||
String path = digiMsg->getPath();
|
String path = digiMsg->getPath();
|
||||||
|
|
||||||
// simple loop check
|
// simple loop check
|
||||||
if (path.indexOf("WIDE1-1") >= 0 || path.indexOf(system.getUserConfig()->callsign) == -1) {
|
if (path.indexOf("WIDE1-1") >= 0 && path.indexOf(system.getUserConfig()->callsign) == -1) {
|
||||||
// fixme
|
// fixme
|
||||||
digiMsg->setPath(system.getUserConfig()->callsign + "*");
|
digiMsg->setPath(system.getUserConfig()->callsign + "*");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue