Skip to content

Commit

Permalink
set node position precision from position packet
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle authored and KomelT committed Dec 13, 2024
1 parent 348d76e commit 14e38c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mqtt/src/messages/position.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export async function handlePosition(
longitude: position.longitudeI,
ground_speed: position.groundSpeed,
altitude: position.altitude,
position_precision: position.precisionBits,
},
});
}
Expand Down

0 comments on commit 14e38c1

Please sign in to comment.