From 7e316d31943dd4fef375199709769c1483b561a4 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 2 Oct 2024 21:48:03 +1300 Subject: [PATCH] add todo --- src/mqtt.js | 2 ++ 1 file changed, 2 insertions(+) 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