Trunk
This commit is contained in:
+3
-2
@@ -1717,8 +1717,9 @@ void logHopStartDrop(const meshtastic_MeshPacket &p, const char *context)
|
|||||||
lastLogMs = millis();
|
lastLogMs = millis();
|
||||||
const bool decoded = (p.which_payload_variant == meshtastic_MeshPacket_decoded_tag);
|
const bool decoded = (p.which_payload_variant == meshtastic_MeshPacket_decoded_tag);
|
||||||
const bool hasBitfield = decoded && p.decoded.has_bitfield;
|
const bool hasBitfield = decoded && p.decoded.has_bitfield;
|
||||||
LOG_DEBUG("Drop packet (%s): hop_start invalid/missing (from=0x%x id=%u hop_start=%u hop_limit=%u decoded=%d has_bitfield=%d)",
|
LOG_DEBUG(
|
||||||
context ? context : "unknown", p.from, p.id, p.hop_start, p.hop_limit, decoded, hasBitfield);
|
"Drop packet (%s): hop_start invalid/missing (from=0x%x id=%u hop_start=%u hop_limit=%u decoded=%d has_bitfield=%d)",
|
||||||
|
context ? context : "unknown", p.from, p.id, p.hop_start, p.hop_limit, decoded, hasBitfield);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Update position info for this node based on received position data
|
/** Update position info for this node based on received position data
|
||||||
|
|||||||
Reference in New Issue
Block a user