From 98a58eb3e31ab8b0a7c5165974850c53e0a14dff Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 2 Oct 2024 22:10:19 +1300 Subject: [PATCH] add info about positions on v2.4 being truncated --- src/public/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/public/index.html b/src/public/index.html index d053a0e..c9b7d09 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -456,6 +456,13 @@
Open the top right layers panel and enable neighbours.
Some neighbours are from MQTT, this is patched in latest firmware.
+
+
Why is my node showing up in the wrong place?
+
This public map obfuscates your position packets for v2.4 firmware and older.
+
Nodes on v2.4 and older have their positions truncated to 2 decimal places.
+
Nodes on v2.5 and newer, with "OK to MQTT" enabled, will show positions with your configured precision.
+
Nodes on v2.5 and newer, with "OK to MQTT" disabled, will not update their positions.
+