Revert "Revert "develop --> Master" (#8244)" (#8450)

This reverts commit 5bcc47dddb.
This commit is contained in:
GUVWAF
2025-10-25 13:59:01 +02:00
committed by GitHub
parent 95d3ecb239
commit 664d17c519
13 changed files with 229 additions and 130 deletions

View File

@@ -94,7 +94,6 @@ bool PacketHistory::wasSeenRecently(const meshtastic_MeshPacket *p, bool withUpd
LOG_DEBUG("Packet History - Hop limit upgrade: packet 0x%08x from hop_limit=%d to hop_limit=%d", p->id, found->hop_limit,
p->hop_limit);
*wasUpgraded = true;
seenRecently = false; // Allow router processing but prevent duplicate app delivery
} else if (wasUpgraded) {
*wasUpgraded = false; // Initialize to false if not an upgrade
}