kopia lustrzana https://github.com/sh123/esp32_loraprs
Disable digirepeating when in client mode
rodzic
b3b3090c53
commit
1b8294ae3f
|
@ -288,7 +288,7 @@ void Service::onLoraDataAvailable(int packetSize)
|
||||||
sendToAprsis(textPayload);
|
sendToAprsis(textPayload);
|
||||||
Serial.println("Packet sent to APRS-IS");
|
Serial.println("Packet sent to APRS-IS");
|
||||||
}
|
}
|
||||||
if (enableRepeater_ && !isClient && payload.Digirepeat(ownCallsign_)) {
|
if (enableRepeater_ && !isClient_ && payload.Digirepeat(ownCallsign_)) {
|
||||||
sendToLora(payload);
|
sendToLora(payload);
|
||||||
Serial.println("Packet digirepeated");
|
Serial.println("Packet digirepeated");
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue