From 90529f94868198f35fd3247816e0b7aefc36d87d Mon Sep 17 00:00:00 2001 From: liamcottle Date: Fri, 27 Sep 2024 17:19:39 +1200 Subject: [PATCH] add info about disabling ok to mqtt in v2.5 firmware to be hidden from this public map --- src/public/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/public/index.html b/src/public/index.html index 38c358f..d053a0e 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -427,7 +427,7 @@
How do I add my node to the map?
Your node, or a node that hears your node must uplink to our MQTT server.
Your position packet must be unencrypted, or encrypted with the default key.
-
If your node is on v2.5 firmware or newer, you must enable "OK to MQTT".
+
If your node has v2.5 firmware or newer, you must enable "OK to MQTT".
Use the MQTT server details below to uplink to this map.
@@ -448,6 +448,7 @@
Nodes that have not been heard for 7 days are automatically removed.
Disable position reporting in your node to prevent it coming back.
Use custom encryption keys so the public can't see your position data.
+
If your node has v2.5 firmware or newer, we ignore packets if "OK to MQTT" is disabled.
To have your node removed now, please contact me.