Merge pull request #329 from meshtastic/lastHeard

add lastHeard to installNodeInfo
This commit is contained in:
Jm Casler 2021-12-26 13:38:52 -08:00 committed by GitHub
commit 8aeafde9f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
}