extra module fixes

This commit is contained in:
Foster Irwin 2022-04-22 10:13:30 -06:00
parent 296b19d92b
commit 411a190924
5 changed files with 5 additions and 5 deletions

View file

@ -98,7 +98,7 @@ The rotary encoder #1 will send input events under name "rotEnc1".
## Configuration of the module ## Configuration of the module
<PluginModule name="canned_message_" rename="canned_message_" /> <PluginModule name="canned_message_plugin" rename="canned_message_module" />
Following configuration can be set for the module. Following configuration can be set for the module.

View file

@ -12,7 +12,7 @@ The ExternalNotification Module will allow you to connect a speaker, LED or othe
## Configuration ## Configuration
<PluginModule name="ext_notification_" rename="ext_notification_" /> <PluginModule name="ext_notification_plugin" rename="ext_notification_module" />
These are the settings that can be configured. These are the settings that can be configured.

View file

@ -12,7 +12,7 @@ This is a simple interface to send messages over the mesh network by sending str
Default is to use RX GPIO 16 and TX GPIO 17. Default is to use RX GPIO 16 and TX GPIO 17.
<PluginModule name="serial_" rename="serial_" /> <PluginModule name="serial_plugin" rename="serial_module" />
## Basic Usage: ## Basic Usage:

View file

@ -52,7 +52,7 @@ With an aftermarket coaxial antenna or moxon antenna, that will give you roughly
### Router setup ### Router setup
<PluginModule name="store_forward_" rename="store_forward_" /> <PluginModule name="store_forward_module" rename="store_forward_plugin" />
- Configure your device as a [Meshtastic router](/docs/settings/router). - Configure your device as a [Meshtastic router](/docs/settings/router).
- Configure the Store and Forward Module - Configure the Store and Forward Module

View file

@ -6,7 +6,7 @@ sidebar_label: Telemetry
import PluginModule from '@site/docs/_blocks/_plugin_module.mdx'; import PluginModule from '@site/docs/_blocks/_plugin_module.mdx';
<PluginModule name="telemetry_" rename="environmental_measurment_" /> <PluginModule name="telemetry_module_environment" rename="environmental_measurement_plugin" />
## About ## About