From f88f23ccd1d25e2a99b4875ad4f0255f30521898 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sun, 3 Jul 2022 11:35:25 -0700 Subject: [PATCH] Delete modue landing blocks --- docs/_blocks/_module_overview_text.mdx | 16 ---------------- docs/_blocks/_plugin_overview_text.mdx | 17 ----------------- 2 files changed, 33 deletions(-) delete mode 100644 docs/_blocks/_module_overview_text.mdx delete mode 100644 docs/_blocks/_plugin_overview_text.mdx diff --git a/docs/_blocks/_module_overview_text.mdx b/docs/_blocks/_module_overview_text.mdx deleted file mode 100644 index d03af435..00000000 --- a/docs/_blocks/_module_overview_text.mdx +++ /dev/null @@ -1,16 +0,0 @@ - -Modules are included in the firmware and allow users to extend the functionality of their mesh or device. - -| Name | Description | -|:----:|:-----------:| -| [Canned Message](/settings/moduleconfig/canned-message) | Set a number of predefined messages to send out directly from the device with the use of an input device like a rotary encoder. | -| [External Notification](external-notification) | Incoming messages are able to alert you using circuits you attach to the device (LEDs, Buzzers, etc) | -| [Input Broker](input-broker) | Attach and define input devices such as external keyboards and rotary encoders. | -| [Range Test](range-test) | Send messages with GPS location at an interval to test the distance your devices can communicate. Requires (at least) one device set up as a sender and one as a receiver. The receiver(s) will log all incoming messages to a CSV. | -| [Serial Module](serial) | Send messages across the mesh by sending strings over a serial port. | -| [Store and Forward](store-and-forward) | Set a designated node to store messages and resend them to nodes with intermittent connection to a mesh. | -| [Telemetry](telemetry) | Attach sensors to the device and transmit readings on a regular interval to the mesh. | - -:::tip -Once module settings are changed, a **reset** is required for them to take effect. -::: diff --git a/docs/_blocks/_plugin_overview_text.mdx b/docs/_blocks/_plugin_overview_text.mdx deleted file mode 100644 index 9ea84bdf..00000000 --- a/docs/_blocks/_plugin_overview_text.mdx +++ /dev/null @@ -1,17 +0,0 @@ -Modules are included in the firmware and allow users to extend the functionality of their mesh or device. - -The list of current modules is as follows: - -| Name | Description | -|:----:|:-----------:| -| Canned Message Module | Set a number of predefined messages to send out directly from the device with the use of an input device like a rotary encoder. | -| External Notification Module | Incoming messages are able to alert you using circuits you attach to the device (LEDs, Buzzers, etc) | -| Input Broker Module | Attach and define input devices such as external keyboards and rotary encoders. | -| Range Test Module | Send messages with GPS location at an interval to test the distance your devices can communicate. Requires (at least) one device set up as a sender and one as a receiver. The receiver(s) will log all incoming messages to a CSV. | -| Serial Module | Send messages across the mesh by sending strings over a serial port. | -| Store and Forward Module | Set a designated node to store messages and resend them to nodes with intermittent connection to a mesh. | -| Telemetry Module | Attach sensors to the device and transmit readings on a regular interval to the mesh. | - -:::tip -Once module settings are changed, a **reset** is required for them to take effect. -:::