meshtastic/docs/settings/config/index.mdx

22 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-06-24 19:42:37 -07:00
---
id: config
2022-06-24 20:04:40 -07:00
title: 1.3 Configuration Sections
sidebar_label: 1.3 Config Sections
sidebar_position: 1
2022-06-24 19:42:37 -07:00
---
There are six config sections in the Meshtastic firmware, these are broken out so they can be sent as small admin messages over the mesh.
Default settings values are prefered whenever possible as they consume no bandwidth when sent over the mesh.
| Name | Description |
|:----:|:-----------:|
2022-06-26 22:09:23 -07:00
| [Device](device) | Device config options are: Device Role, Serial Output, Debug Log and Factory Reset. |
| [Display](display) | Display config options are: Screen On Duration, Auto Carousel Interval, and GPS Format. |
| [LoRa](lora) | LoRa config options are: Region, Modem Preset, and Number of Hops. |
| [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. |
| [WiFi](wifi) | WiFi config options are: AP Mode, Hidden AP, SSID and Password. |
2022-06-24 19:42:37 -07:00