add modules index to settings subfolder

This commit is contained in:
Foster Irwin 2022-05-12 11:00:30 -06:00
parent c5c2f78043
commit 43f1d587bb
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,15 @@
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:
- Canned Message Module
- External Notification Module
- Input Broker Module
- Range Test Module
- Serial Module
- Store and Forward Module
- Telemetry Module
:::tip
Once module settings are changed, a **reset** is required for them to take effect.
:::

View file

@ -0,0 +1,8 @@
---
id: modules
title: Modules Overview
sidebar_label: Modules
---
import ModuleOverviewText from '@site/docs/_blocks/_module_overview_text.mdx';
<ModuleOverviewText/>