created overview page

This commit is contained in:
Foster Irwin 2021-04-20 13:28:37 -06:00
parent 5ea8b99f2b
commit 8cdc5d6549
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,16 @@
---
id: overview
title: Overview
sidebar_label: Overview
slug: /settings
---
<!--- TODO Add link once CLI page is completed --->
:::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

View file

@ -15,6 +15,9 @@ module.exports = {
},
"getting-started/concepts",
],
Settings: [
"settings/overview",
],
Software: [
"software/overview",
{