Convert from inline to static class methods (#2883)

This commit is contained in:
Ben Meadors
2023-10-11 06:17:05 -05:00
committed by GitHub
co-authored by GitHub
parent e39f129bd6
commit 092c6cac66
6 changed files with 69 additions and 55 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ int MeshService::onGPSChanged(const meshtastic::GPSStatus *newStatus)
// Used fixed position if configured regalrdless of GPS lock
if (config.position.fixed_position) {
LOG_WARN("Using fixed position\n");
pos = ConvertToPosition(node->position);
pos = TypeConversions::ConvertToPosition(node->position);
}
// Add a fresh timestamp