mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
add lastHeard to installNodeInfo
This commit is contained in:
parent
c4612f37b4
commit
6a5fcbe9db
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue