diff --git a/src/mesh/NodeDB.cpp b/src/mesh/NodeDB.cpp index c5df20ab9..94bd6b8ec 100644 --- a/src/mesh/NodeDB.cpp +++ b/src/mesh/NodeDB.cpp @@ -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; }