mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-24 21:24:44 -08:00
created overview page
This commit is contained in:
parent
5ea8b99f2b
commit
8cdc5d6549
16
website/docs/settings/overview.md
Normal file
16
website/docs/settings/overview.md
Normal 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
|
|
@ -15,6 +15,9 @@ module.exports = {
|
|||
},
|
||||
"getting-started/concepts",
|
||||
],
|
||||
Settings: [
|
||||
"settings/overview",
|
||||
],
|
||||
Software: [
|
||||
"software/overview",
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue