From 056940a4ad39144602fab4f47706f1db2eb0e6bb Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sat, 6 Feb 2021 09:13:49 -0800 Subject: [PATCH] Documentation --- docs/radio-settings.md | 11 +++++++++++ .../{StoreRequestPlugin.md => StoreForwardPlugin.md} | 0 2 files changed, 11 insertions(+) rename docs/software/plugins/{StoreRequestPlugin.md => StoreForwardPlugin.md} (100%) diff --git a/docs/radio-settings.md b/docs/radio-settings.md index e45ea387c..d8790d0a2 100644 --- a/docs/radio-settings.md +++ b/docs/radio-settings.md @@ -84,3 +84,14 @@ Some example settings: | 0.046 kbps | 12 / 4096 | 4/8 | 31 | Twice the range of "Long Slow" | +## Cryptography + +The presahred key used by the devices can be updated. + +* 0 = No crypto +* 1 = Default channel key +* 2 - 10 = The default channel key, except with 1 through 9 added to the last byte + +To disable cryptography: + +> meshtastic --setchan psk 0 \ No newline at end of file diff --git a/docs/software/plugins/StoreRequestPlugin.md b/docs/software/plugins/StoreForwardPlugin.md similarity index 100% rename from docs/software/plugins/StoreRequestPlugin.md rename to docs/software/plugins/StoreForwardPlugin.md