mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-11 08:04:26 -08:00
23 lines
881 B
Plaintext
23 lines
881 B
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, Display, LoRa, Position, Power and WiFi.
|
|
|
|
## Module Config
|
|
|
|
Meshtastic includes the following modules: Canned Messages, External Notification, Range Test, Serial, Store & Forward and Telemetry (sensors). |