From 81920d1f56fae82a3b318d70a07ced1be7539528 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Mon, 16 May 2022 13:59:45 -0600 Subject: [PATCH] removed plugin/module admonition --- docs/software/modules/canned-message.mdx | 3 --- docs/software/modules/external-notifications.mdx | 3 --- docs/software/modules/range-test.mdx | 3 --- docs/software/modules/serial.mdx | 6 ------ docs/software/modules/store-forward.mdx | 5 ----- docs/software/modules/telemetry.mdx | 5 ----- 6 files changed, 25 deletions(-) diff --git a/docs/software/modules/canned-message.mdx b/docs/software/modules/canned-message.mdx index 70318272..551cbb4f 100644 --- a/docs/software/modules/canned-message.mdx +++ b/docs/software/modules/canned-message.mdx @@ -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. diff --git a/docs/software/modules/external-notifications.mdx b/docs/software/modules/external-notifications.mdx index 1c85fe76..620c2ea8 100644 --- a/docs/software/modules/external-notifications.mdx +++ b/docs/software/modules/external-notifications.mdx @@ -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. diff --git a/docs/software/modules/range-test.mdx b/docs/software/modules/range-test.mdx index 76034d2e..9c2708ac 100644 --- a/docs/software/modules/range-test.mdx +++ b/docs/software/modules/range-test.mdx @@ -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. diff --git a/docs/software/modules/serial.mdx b/docs/software/modules/serial.mdx index d519e07f..e8fbdbca 100644 --- a/docs/software/modules/serial.mdx +++ b/docs/software/modules/serial.mdx @@ -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. - - - ## Basic Usage: 1. Enable the module by setting `serial_module_enabled` to `1`. diff --git a/docs/software/modules/store-forward.mdx b/docs/software/modules/store-forward.mdx index 20c13997..dcf0a283 100644 --- a/docs/software/modules/store-forward.mdx +++ b/docs/software/modules/store-forward.mdx @@ -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 - - - Configure your device as a [Meshtastic router](/docs/settings/router). - Configure the Store and Forward Module - Required configuration diff --git a/docs/software/modules/telemetry.mdx b/docs/software/modules/telemetry.mdx index cf7830c6..e18fe9d5 100644 --- a/docs/software/modules/telemetry.mdx +++ b/docs/software/modules/telemetry.mdx @@ -4,11 +4,6 @@ title: Telemetry sidebar_label: Telemetry sidebar_position: 6 --- - -import PluginModule from '@site/docs/_blocks/_plugin_module.mdx'; - - - ## 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`.