removed plugin/module admonition

This commit is contained in:
Foster Irwin 2022-05-16 13:59:45 -06:00
parent 1798cbc7ee
commit 81920d1f56
6 changed files with 0 additions and 25 deletions

View file

@ -4,9 +4,6 @@ title: Canned messages
sidebar_label: Canned messages
sidebar_position: 3
---
import PluginModule from '@site/docs/_blocks/_plugin_module.mdx';
## About
The Canned Message Module will allow you to send messages to the mesh network from the device without using the phone app. You can predefine text messages to choose from.

View file

@ -4,9 +4,6 @@ title: External notifications
sidebar_label: External notifications
sidebar_position: 2
---
import PluginModule from '@site/docs/_blocks/_plugin_module.mdx';
## About
The ExternalNotification Module will allow you to connect a speaker, LED or other device to notify you when a message has been received from the mesh network.

View file

@ -4,9 +4,6 @@ title: Range Test Module
sidebar_label: Range Test
sidebar_position: 1
---
import PluginModule from '@site/docs/_blocks/_plugin_module.mdx';
## About
This module allows you to test the range of your Meshtastic nodes. It uses two nodes, one to send a message every minute, and another to receive the messages. The receiving node then saves the messages along with the GPS coordinates at which they were received into a .csv file. This .csv file can then be integrated into, for example, Google Earth, allowing you to see where you have coverage.

View file

@ -4,17 +4,11 @@ title: Serial communication module
sidebar_label: Serial communication
sidebar_position: 4
---
import PluginModule from '@site/docs/_blocks/_plugin_module.mdx';
## About
This is a simple interface to send messages over the mesh network by sending strings over a serial port.
Default is to use RX GPIO 16 and TX GPIO 17.
<PluginModule name="serial_plugin" rename="serial_module" />
## Basic Usage:
1. Enable the module by setting `serial_module_enabled` to `1`.

View file

@ -4,9 +4,6 @@ title: Store and Forward Module
sidebar_label: Store and Forward
sidebar_position: 5
---
import PluginModule from '@site/docs/_blocks/_plugin_module.mdx';
## About
:::caution
@ -53,8 +50,6 @@ With an aftermarket coaxial antenna or moxon antenna, that will give you roughly
### Router setup
<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
- Required configuration

View file

@ -4,11 +4,6 @@ title: Telemetry
sidebar_label: Telemetry
sidebar_position: 6
---
import PluginModule from '@site/docs/_blocks/_plugin_module.mdx';
<PluginModule name="telemetry_module_environment" rename="environmental_measurement_plugin" />
## About
The Telemetry Module will allow nodes to send a specific message with information from connected sensors. Currently supported sensors are `BME280`, `BME680`, `DHT11`, `DHT12`, `DHT21`, `DHT22`, Dallas 1-wire `DS18B20`, and `MCP9808`.