From 0cc8e16fd716ec494961f2b6d6a47f1c96a0215a Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 30 Mar 2024 12:51:35 +1300 Subject: [PATCH] update lang --- src/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.