mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-28 06:59:45 -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 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--->
|
||||
:::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.
|
||||
|
|
|
@ -6,6 +6,10 @@ sidebar_label: Environmental Measurement Plugin
|
|||
import Tabs from '@theme/Tabs';
|
||||
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--->
|
||||
:::note
|
||||
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 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--->
|
||||
:::note
|
||||
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 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--->
|
||||
:::note
|
||||
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 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue