mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-02 20:02:26 -05:00
add lastHeard to installNodeInfo
This commit is contained in:
@@ -1282,6 +1282,8 @@ class MeshService : Service(), Logging {
|
||||
// so if the info is for _our_ node we always assume time is current
|
||||
it.position = Position(info.position)
|
||||
}
|
||||
|
||||
it.lastHeard = info.lastHeard
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user