From 0e233c92093b59c629e504fbe70579e292c753b8 Mon Sep 17 00:00:00 2001 From: David Andrzejewski Date: Sun, 16 Feb 2025 18:01:13 -0500 Subject: [PATCH] Fixes based on suggestions in the PR. --- docs/configuration/tips.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/configuration/tips.mdx b/docs/configuration/tips.mdx index a5dbf9a6..bfd3c816 100644 --- a/docs/configuration/tips.mdx +++ b/docs/configuration/tips.mdx @@ -10,11 +10,6 @@ sidebar_position: 4 It is strongly recommended to keep your [ROLE](/docs/configuration/radio/device#roles) set to `CLIENT` or `CLIENT_MUTE`. Only use other roles if you have a specific, well-understood reason to do so. Read our [blog post about choosing the best role](/blog/choosing-the-right-device-role/). - -:::tip -For details on choosing a role, read [this blog post](/blog/choosing-the-right-device-role/). -::: - ### `CLIENT` and `CLIENT_MUTE` are Recommended - `CLIENT` nodes efficiently repeat and route packets as needed. @@ -44,7 +39,6 @@ Remember: A network of `CLIENT` nodes with a small number of well-placed `ROUTER ![Router Node Example](/img/configuration/router.webp) *One example of a 'Router' node. Photo credit: Cully@KBOXLABS* - ## (Not) Sharing Your Location Telemetry is shared over your [PRIMARY channel](/docs/configuration/radio/channels#role). This means that if your node has acquired GPS coordinates from an integrated GPS chip, or from your mobile device, your coordinates will be sent to the mesh over this channel, using its defined encryption (if any).