Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Correctly calculate hopsAway for received packets
fixes: meshtastic#1304 The calculation of `hopsAway` was using an incorrect comparison between `hopStart` and `hopLimit `. This commit fixes the logic to correctly determine the number of hops a packet has traveled.
- Loading branch information