add configuration section pointing users to device settings

This commit is contained in:
Foster Irwin 2022-05-12 10:13:40 -06:00
parent a52756f5f9
commit c5c2f78043
2 changed files with 10 additions and 0 deletions

View file

@ -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`.

View file

@ -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