For our first position send on boot, validate that we have received a fresh position (#9023)

This commit is contained in:
Ben Meadors
2025-12-20 07:01:00 -06:00
committed by GitHub
parent 31e55d0b66
commit 661f49ad7a
4 changed files with 20 additions and 1 deletions

View File

@@ -1043,6 +1043,7 @@ void NodeDB::clearLocalPosition()
node->position.altitude = 0;
node->position.time = 0;
setLocalPosition(meshtastic_Position_init_default);
localPositionUpdatedSinceBoot = false;
}
void NodeDB::cleanupMeshDB()