From 6434d5570539b4a45d76771f1c4f02eda1a32235 Mon Sep 17 00:00:00 2001 From: David Andrzejewski Date: Sun, 16 Feb 2025 18:02:35 -0500 Subject: [PATCH] Fixed per https://github.com/meshtastic/meshtastic/pull/1720#discussion_r1957434228 --- docs/configuration/tips.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/tips.mdx b/docs/configuration/tips.mdx index bfd3c816..f750bfc1 100644 --- a/docs/configuration/tips.mdx +++ b/docs/configuration/tips.mdx @@ -10,7 +10,7 @@ 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/). -### `CLIENT` and `CLIENT_MUTE` are Recommended +### Recommended rols: `CLIENT` and `CLIENT_MUTE` - `CLIENT` nodes efficiently repeat and route packets as needed. - **Almost always the correct mode.**