mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
add configuration section pointing users to device settings
This commit is contained in:
parent
a52756f5f9
commit
c5c2f78043
|
@ -15,6 +15,11 @@ Default is to use RX GPIO 16 and TX GPIO 17.
|
|||
|
||||
<PluginModule name="serial_plugin" rename="serial_module" />
|
||||
|
||||
## Configuration
|
||||
|
||||
Configuration details are available on the [Device Settings](/docs/settings) pages. Configuring the Serial Module requires configuring the following modules:
|
||||
- [Serial Module](/docs/settings/modules/serial-module)
|
||||
|
||||
## Basic Usage:
|
||||
|
||||
1. Enable the module by setting `serial_module_enabled` to `1`.
|
||||
|
|
|
@ -30,6 +30,11 @@ Initial Requirements:
|
|||
- Router nodes are intended to be always online. If this module misses any messages, the reliability of the stored messages will be reduced.
|
||||
- Esp32 Processor based device with external PSRAM. (tbeam v1.0 and tbeamv1.1, and maybe others)
|
||||
|
||||
## Configuration
|
||||
|
||||
Configuration details are available on the [Device Settings](/docs/settings) pages. Configuring the Store and Forward requires configuring the following modules:
|
||||
- [Store and Forward](/docs/settings/modules/store-and-forward-module)
|
||||
|
||||
## Usage Overview
|
||||
|
||||
To use / test this you will want at least 3 devices
|
||||
|
|
Loading…
Reference in a new issue