From 8cdc5d6549c1bd8fdaf3fcf0ffc0da2b555bb862 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Tue, 20 Apr 2021 13:28:37 -0600 Subject: [PATCH] created overview page --- website/docs/settings/overview.md | 16 ++++++++++++++++ website/sidebars.js | 3 +++ 2 files changed, 19 insertions(+) create mode 100644 website/docs/settings/overview.md diff --git a/website/docs/settings/overview.md b/website/docs/settings/overview.md new file mode 100644 index 00000000..6e0dd861 --- /dev/null +++ b/website/docs/settings/overview.md @@ -0,0 +1,16 @@ +--- +id: overview +title: Overview +sidebar_label: Overview +slug: /settings +--- + +:::note +Each page will include examples using the Command Line Interface (CLI), for more information on how to install and use the CLI, view the CLI documentation. +::: + +Changing settings is currently most reliably done using the Commandline Interface available within `Meshtastic-python`. Setting support is being added to all other methods of interfacing with your device. + +## First Steps + +If you've just flashed your device, you'll want to make sure to set your region first. Every freshly flashed device will have the same default channel settings. If you ever want to return your device to all defaults diff --git a/website/sidebars.js b/website/sidebars.js index ec2789de..bfc8a971 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -15,6 +15,9 @@ module.exports = { }, "getting-started/concepts", ], + Settings: [ + "settings/overview", + ], Software: [ "software/overview", {