From dcc10e883b0308fa772248a8e6d98f6f5931ed6c Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Thu, 14 Jul 2022 22:29:59 -0700 Subject: [PATCH] Remove duplicate warnings --- docs/settings/moduleconfig/canned-message.mdx | 13 ++++++------- .../moduleconfig/external-notification.mdx | 4 ---- docs/settings/moduleconfig/serial.mdx | 14 ++++++-------- 3 files changed, 12 insertions(+), 19 deletions(-) diff --git a/docs/settings/moduleconfig/canned-message.mdx b/docs/settings/moduleconfig/canned-message.mdx index 1db48b5e..46c553a3 100644 --- a/docs/settings/moduleconfig/canned-message.mdx +++ b/docs/settings/moduleconfig/canned-message.mdx @@ -189,6 +189,12 @@ No canned message test module config options are available in the Web UI. +:::warning +GPIO access is fundamentally dangerous because invalid options can physically damage or destroy your hardware. Ensure that you fully understand the schematic for your particular device before trying this as we do not offer a warranty. Use at your own risk. + +This module requires attaching a peripheral accessory to your device. It will not work without one. +::: + ## Hardware To navigate through messages and select one, you will require some hardware attached to your device. Currently, the module is tested with a generic rotary encoder, but this is not a limitation further input methods can be added in the future. @@ -257,10 +263,3 @@ meshtastic --set rotary1_enabled True That's it! With a functioning and enabled rotary encoder, you're ready to begin configuring the Canned Message Module. -:::tip -Once module settings are changed, a **reset** is required for them to take effect. -::: - -:::warning -GPIO access is fundamentally dangerous because invalid options can physically damage or destroy your hardware. Ensure that you fully understand the schematic for your particular device before trying this as we do not offer a warranty. Use at your own risk. -::: \ No newline at end of file diff --git a/docs/settings/moduleconfig/external-notification.mdx b/docs/settings/moduleconfig/external-notification.mdx index 5d9f2273..9dd02c06 100644 --- a/docs/settings/moduleconfig/external-notification.mdx +++ b/docs/settings/moduleconfig/external-notification.mdx @@ -123,10 +123,6 @@ External Notification module config is not available for the Web UI. -:::tip -Once module settings are changed, a **reset** is required for them to take effect. -::: - :::warning GPIO access is fundamentally dangerous because invalid options can physically damage or destroy your hardware. Ensure that you fully understand the schematic for your particular device before trying this as we do not offer a warranty. Use at your own risk. diff --git a/docs/settings/moduleconfig/serial.mdx b/docs/settings/moduleconfig/serial.mdx index aef72ab6..edeaa9c8 100644 --- a/docs/settings/moduleconfig/serial.mdx +++ b/docs/settings/moduleconfig/serial.mdx @@ -11,14 +11,6 @@ The serial module config options are: Enabled, Echo, Mode, Receive GPIO, Transmi This is a simple interface to send messages over the mesh network by sending strings over a serial port. Anything you send the node will be turned into a message sent out over the mesh, and anything received from the mesh will be sent to the serial port. Note that this module does not (yet) allow arbitrary protobuf commands to be sent over the serial connection. -:::warning -GPIO access is fundamentally dangerous because invalid options can physically damage or destroy your hardware. Ensure that you fully understand the schematic for your particular device before trying this as we do not offer a warranty. Use at your own risk. -::: - -:::note -This module requires attaching a peripheral accessory to your device. It will not work without one. -::: - ## Serial Module Config Values ### Enabled @@ -145,6 +137,12 @@ No serial test module config options are available in the Web UI. +:::warning +GPIO access is fundamentally dangerous because invalid options can physically damage or destroy your hardware. Ensure that you fully understand the schematic for your particular device before trying this as we do not offer a warranty. Use at your own risk. + +This module requires attaching a peripheral accessory to your device. It will not work without one. +::: + ## Examples Default is to use RX GPIO 16 and TX GPIO 17.