mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-11 08:04:26 -08:00
23 lines
1 KiB
Plaintext
23 lines
1 KiB
Plaintext
---
|
|
title: Radio Configuration
|
|
sidebar_label: Radio Configuration
|
|
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
|
|
|
|
Meshtastic config is now broken into 6 sections. [Device](/docs/settings/config/device), [Display](/docs/config/display), [LoRa](/docs/config/lora), [Position](/docs/config/position), [Power](/docs/config/power) and [WiFi](/docs/config/wifi)
|
|
|
|
## Module Config
|
|
|
|
Meshtastic includes the following modules: Canned Messages, External Notification, Range Test, Serial, Store & Forward and Telemetry (sensors). |