meshtastic / Meshtastic-Android

Android application for Meshtastic
https://meshtastic.org
GNU General Public License v3.0
748 stars 217 forks source link

fix: Correctly compare hopStart and hopLimit for received packets #1305

Closed jamesarich closed 1 month ago

jamesarich commented 1 month ago

fixes: #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.