mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
---
|
|
title: Device Settings
|
|
sidebar_label: Device Settings
|
|
slug: /settings
|
|
sidebar_position: 5
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
Configuration for Meshtastic devices has been completely overhauled in version 1.3.
|
|
|
|
In order to facilitate a more stable admin channel for remote management of nodes we have broken our large monolithic config structure into six sections that can be saved individually, protecting our precious mesh bandwidth.
|
|
|
|
Default settings values are prefered whenever possible as they consume no bandwidth when sent over the mesh.
|
|
|
|
## [Config Sections](settings/config)
|
|
|
|
Meshtastic config is broken into several sections:
|
|
[Bluetooth](settings/config/bluetooth),
|
|
[Device](settings/config/device),
|
|
[Display](settings/config/display),
|
|
[LoRa](settings/config/lora),
|
|
[Network](settings/config/network),
|
|
[Position](settings/config/position),
|
|
[Power](settings/config/power) and
|
|
[User](settings/config/user).
|
|
|
|
## [Module Config](settings/moduleconfig)
|
|
|
|
Meshtastic includes the following modules:
|
|
[Canned Messages](settings/moduleconfig/canned-message),
|
|
[External Notification](settings/moduleconfig/external-notification),
|
|
[MQTT](settings/moduleconfig/mqtt),
|
|
[Range Test](settings/moduleconfig/range-test),
|
|
[Serial](settings/moduleconfig/serial), and
|
|
[Telemetry (sensors)](settings/moduleconfig/telemetry).
|