mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-06 06:55:06 +00:00
parent
68318ea7f0
commit
1b33b0caec
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ bool RouterTask::loop(System &system) {
|
|||
String path = digiMsg->getPath();
|
||||
|
||||
// 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
|
||||
digiMsg->setPath(system.getUserConfig()->callsign + "*");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue