mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
add caution admonitions
This commit is contained in:
parent
6ec439fd51
commit
2ce15ecb1c
|
@ -269,6 +269,10 @@ The preferred setup is using I2C, so the `environmental_measurement_plugin_senso
|
|||
|
||||
Specify the preferred GPIO Pin for sensor readings. May not be needed if using I2C.
|
||||
|
||||
:::caution
|
||||
To prevent damaging your device, double check your device's schematics before attaching to the GPIO pins and setting this value.
|
||||
:::
|
||||
|
||||
#### Set plugin sensor pin
|
||||
<Tabs
|
||||
groupId="settings"
|
||||
|
|
|
@ -38,6 +38,10 @@ Once plugin settings are changed, a **reset** is required for them to take effec
|
|||
|
||||
Specifies whether the external circuit is triggered when the device's GPIO is low or high.
|
||||
|
||||
:::caution
|
||||
To prevent damaging your device, double check your device's schematics before attaching to the GPIO pins and setting this value.
|
||||
:::
|
||||
|
||||
#### Specify High/Low GPIO triggers circuit
|
||||
<Tabs
|
||||
groupId="settings"
|
||||
|
@ -222,6 +226,10 @@ Configuring this setting is not yet available for the selected platform. If this
|
|||
|
||||
Specifies the GPIO that your external circuit is attached to on the device.
|
||||
|
||||
:::caution
|
||||
To prevent damaging your device, double check your device's schematics before attaching to the GPIO pins and setting this value.
|
||||
:::
|
||||
|
||||
#### Specify GPIO for circuit to monitor
|
||||
<Tabs
|
||||
groupId="settings"
|
||||
|
|
|
@ -224,6 +224,10 @@ Configuring this setting is not yet available for the selected platform. If this
|
|||
### rotary1_pin_a
|
||||
GPIO pin for rotary encoder A port.
|
||||
|
||||
:::caution
|
||||
To prevent damaging your device, double check your device's schematics before attaching to the GPIO pins and setting this value.
|
||||
:::
|
||||
|
||||
#### Specify rotary1 pin a
|
||||
<Tabs
|
||||
groupId="settings"
|
||||
|
@ -268,6 +272,10 @@ Configuring this setting is not yet available for the selected platform. If this
|
|||
### rotary1_pin_b
|
||||
GPIO pin for rotary encoder B port.
|
||||
|
||||
:::caution
|
||||
To prevent damaging your device, double check your device's schematics before attaching to the GPIO pins and setting this value.
|
||||
:::
|
||||
|
||||
#### Specify rotary1 pin b
|
||||
<Tabs
|
||||
groupId="settings"
|
||||
|
@ -312,6 +320,10 @@ Configuring this setting is not yet available for the selected platform. If this
|
|||
### rotary1_pin_press
|
||||
GPIO pin for rotary encoder Press port.
|
||||
|
||||
:::caution
|
||||
To prevent damaging your device, double check your device's schematics before attaching to the GPIO pins and setting this value.
|
||||
:::
|
||||
|
||||
#### Specify rotary1 pin press
|
||||
<Tabs
|
||||
groupId="settings"
|
||||
|
|
|
@ -172,6 +172,10 @@ Configuring this setting is not yet available for the selected platform. If this
|
|||
|
||||
Set the GPIO pin to the RXD pin you have set up.
|
||||
|
||||
:::caution
|
||||
To prevent damaging your device, double check your device's schematics before attaching to the GPIO pins and setting this value.
|
||||
:::
|
||||
|
||||
<Tabs
|
||||
groupId="settings"
|
||||
defaultValue="cli"
|
||||
|
@ -262,6 +266,10 @@ Configuring this setting is not yet available for the selected platform. If this
|
|||
|
||||
Set the GPIO pin to the TXD pin you have set up.
|
||||
|
||||
:::caution
|
||||
To prevent damaging your device, double check your device's schematics before attaching to the GPIO pins and setting this value.
|
||||
:::
|
||||
|
||||
<Tabs
|
||||
groupId="settings"
|
||||
defaultValue="cli"
|
||||
|
|
Loading…
Reference in a new issue