mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Fixes based on suggestions in the PR.
This commit is contained in:
parent
2a5d83644b
commit
0e233c9209
|
@ -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
|
|||

|
||||
*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).
|
||||
|
|
Loading…
Reference in a new issue