add lastHeard to installNodeInfo

This commit is contained in:
Andre Kirchhoff
2021-12-25 18:37:18 -03:00
committed by GitHub
parent c4612f37b4
commit 6a5fcbe9db

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