diff --git a/src/public/index.html b/src/public/index.html index 4f03f06..deea21b 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -357,12 +357,12 @@
FAQ
-
How do I show my node on the map?
+
How do I add my node to the map?
Your node, or a node that hears your node must uplink to MQTT.
Your position packet must be unencrypted, or encrypted with the default key.
-
How do I hide my node on the map?
+
How do I remove my node from the map?
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.