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