From 74c42378d0a9d0be57f787356457d4584f00a4b7 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Thu, 27 Jan 2022 21:42:19 -0700 Subject: [PATCH] changed admonitions so they wouldn't both be notes --- docs/software/settings/channel.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/software/settings/channel.md b/docs/software/settings/channel.md index ff6b8907..3b997d94 100644 --- a/docs/software/settings/channel.md +++ b/docs/software/settings/channel.md @@ -57,7 +57,9 @@ This is in active development and not ready for casual users. Testing only. +:::note Selecting a number from the following table will use publicly known encryption keys. They're shipped with Meshtastic source code and thus, anyone can listen to messages encrypted by them. They're great for testing and public channels. +::: | Setting | Behavior | | :-----: | :------: | @@ -75,7 +77,7 @@ Selecting a number from the following table will use publicly known encryption k | `default` | Default Encryption (use the weak encryption key) | | `random` | Generate a secure 256-bit encryption key. Use this setting for private communication. | -:::note +:::tip If you use Meshtastic for exchanging messages you don't want other people to see, `random` is the setting you should use. :::