mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-16 00:12:02 -08:00
add warning admonition
This commit is contained in:
parent
0185fadb39
commit
602572bba4
|
@ -6,6 +6,10 @@ sidebar_label: Canned Message Plugin
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
|
:::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.
|
||||||
|
:::
|
||||||
|
|
||||||
<!--- TODO add link to hardware setup to admonition--->
|
<!--- TODO add link to hardware setup to admonition--->
|
||||||
:::note
|
:::note
|
||||||
This plugin requires attaching a peripheral accessory to your device. It will not work without one. It also requires use of the [Rotary Encoder Plugin](rotary-encoder-plugin) to configure the input source.
|
This plugin requires attaching a peripheral accessory to your device. It will not work without one. It also requires use of the [Rotary Encoder Plugin](rotary-encoder-plugin) to configure the input source.
|
||||||
|
|
|
@ -6,6 +6,10 @@ sidebar_label: Environmental Measurement Plugin
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
|
:::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.
|
||||||
|
:::
|
||||||
|
|
||||||
<!--- TODO add link to hardware setup to admonition--->
|
<!--- TODO add link to hardware setup to admonition--->
|
||||||
:::note
|
:::note
|
||||||
This plugin requires attaching a peripheral accessory to your device. It will not work without one.
|
This plugin requires attaching a peripheral accessory to your device. It will not work without one.
|
||||||
|
|
|
@ -6,6 +6,10 @@ sidebar_label: External Notification Plugin
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
|
:::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.
|
||||||
|
:::
|
||||||
|
|
||||||
<!--- TODO add link to hardware setup to admonition--->
|
<!--- TODO add link to hardware setup to admonition--->
|
||||||
:::note
|
:::note
|
||||||
This plugin requires attaching a peripheral accessory to your device. It will not work without one.
|
This plugin requires attaching a peripheral accessory to your device. It will not work without one.
|
||||||
|
|
|
@ -6,6 +6,10 @@ sidebar_label: Rotary Encoder
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
|
:::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.
|
||||||
|
:::
|
||||||
|
|
||||||
<!--- TODO add link to hardware setup to admonition--->
|
<!--- TODO add link to hardware setup to admonition--->
|
||||||
:::note
|
:::note
|
||||||
This plugin requires attaching a peripheral accessory to your device. It will not work without one.
|
This plugin requires attaching a peripheral accessory to your device. It will not work without one.
|
||||||
|
|
|
@ -6,6 +6,9 @@ sidebar_label: Serial Plugin
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
|
:::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.
|
||||||
|
:::
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue