legacy
sh123 2022-07-25 23:22:49 +03:00
rodzic 6422c0cb76
commit e2dd950b16
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -202,6 +202,7 @@ public class Ax25 implements Protocol {
}
private void digiRepeat(AX25Packet ax25Packet) {
// TODO, do not digi repeat own callsign
if (!ax25Packet.digiRepeat()) return;
byte[] ax25Frame = ax25Packet.toBinary();
if (ax25Frame == null) {