mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-25 21:54:20 -08:00
extra module fixes
This commit is contained in:
parent
296b19d92b
commit
411a190924
|
@ -98,7 +98,7 @@ The rotary encoder #1 will send input events under name "rotEnc1".
|
|||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ The ExternalNotification Module will allow you to connect a speaker, LED or othe
|
|||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
<PluginModule name="serial_" rename="serial_" />
|
||||
<PluginModule name="serial_plugin" rename="serial_module" />
|
||||
|
||||
## Basic Usage:
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ With an aftermarket coaxial antenna or moxon antenna, that will give you roughly
|
|||
|
||||
### 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 the Store and Forward Module
|
||||
|
|
|
@ -6,7 +6,7 @@ sidebar_label: Telemetry
|
|||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue