Update NodeDB.cpp

pull/766/head
Jm 2021-03-25 19:28:15 -07:00
rodzic f6f586decb
commit 89029311c1
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -494,8 +494,6 @@ void NodeDB::updateFrom(const MeshPacket &mp)
if (mp.rx_time) { // if the packet has a valid timestamp use it to update our last_seen
sawSecAgo = sinceLastSeen(info); // Used by S&F
info->has_position = true; // at least the time is valid
info->position.time = mp.rx_time;
}