meshtastic/docs/settings/config/index.mdx

22 lines
1.5 KiB
Plaintext
Raw Normal View History

2022-06-24 19:42:37 -07:00
---
id: config
title: Configuration Sections
sidebar_label: Config Sections
2022-06-24 20:04:40 -07:00
sidebar_position: 1
2022-06-24 19:42:37 -07:00
---
There are several config sections in the Meshtastic firmware, these are broken out so they can be sent as small admin messages over the mesh.
2022-06-24 19:42:37 -07:00
Default settings values are prefered whenever possible as they consume no bandwidth when sent over the mesh.
| Name | Description |
|:----:|:-----------:|
| [Bluetooth](bluetooth) | Bluetooth config options are: Enabled, Pairing Mode and Fixed PIN. |
2022-06-26 22:09:23 -07:00
| [Device](device) | Device config options are: Device Role, Serial Output, Debug Log and Factory Reset. |
2022-08-18 07:34:39 -07:00
| [Display](display) | Display config options are: Screen On Duration, Auto Carousel Interval, Always Point North, and GPS Format. |
2022-06-29 08:55:33 -07:00
| [LoRa](lora) | The LoRa config options are: Region, Modem Preset, Max Hops, Transmit Power, Bandwidth, Spread Factor, Coding Rate, Frequency Offset, Transmit Disabled and Ignore Incoming Array. |
| [Network](network) | Network config options are: Wifi Enabled, WiFi SSID, Wifi PSK, WiFi Mode and NTP Server. |
2022-06-26 22:09:23 -07:00
| [Position](position) | Positon config options are: GPS Enabled, GPS Update Interval, GPS Attempt Time, Fixed Postion, Smart Broadcast, Broadcast Interval and Position Packet Flags. |
| [Power](power) | Power config options are: Charge Current, Power Saving, Shutdown after losing power, ADC Multiplier Override Wait Bluetooth Interval, Mesh Super Deep Sleep Timeout, Super Deep Sleep Interval, Light Sleep Interval and Minimum Wake Interval. |
2022-09-23 10:43:46 -07:00
| [User](user) | The user config options are: Long Name, Short Name, and Is Licensed |