diff --git a/src/mqtt.js b/src/mqtt.js index 89c0635..7ca7ea1 100644 --- a/src/mqtt.js +++ b/src/mqtt.js @@ -813,6 +813,8 @@ client.on("message", async (topic, message) => { position.latitudeI = truncatedLatitudeI; position.longitudeI = truncatedLongitudeI; + // todo update position precision on packet to show that it is no longer full precision + } // update node position in db