kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
debug message fix
rodzic
1a8d1c6725
commit
1cfe180402
|
@ -597,7 +597,7 @@ class MeshService : Service(), Logging {
|
|||
if (dataPacket != null) {
|
||||
|
||||
if (myInfo.myNodeNum == packet.from)
|
||||
debug("Ignoring retransmission of our packet ${bytes.size}")
|
||||
debug("Ignoring packet sent from our node")
|
||||
else {
|
||||
debug("Received data from $fromId, portnum=${data.portnumValue} ${bytes.size} bytes")
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 534f0e192bbbaaa6c32a981534b00451ed708ddc
|
||||
Subproject commit eeeab655618ea3e978caa1ed5fdfb9b68a503d38
|
Ładowanie…
Reference in New Issue