mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
added notes to admonitions
This commit is contained in:
parent
9264bb4faa
commit
bd81711558
|
@ -11,6 +11,10 @@ import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
The Environmental Measurement Plugin will allow you to connect environment sensors to report conditions to your mesh. Examples are temperature, humidity and gas pressure.
|
The Environmental Measurement Plugin will allow you to connect environment sensors to report conditions to your mesh. Examples are temperature, humidity and gas pressure.
|
||||||
|
|
||||||
|
:::note
|
||||||
|
Once settings are changed, a **reset** is required for them to take effect.
|
||||||
|
:::
|
||||||
|
|
||||||
## Settings
|
## Settings
|
||||||
|
|
||||||
| Setting | Acceptable Values | Default |
|
| Setting | Acceptable Values | Default |
|
||||||
|
@ -46,6 +50,10 @@ Enable/Disable the environmental measurement plugin on-device display.
|
||||||
|
|
||||||
### environmental_measurement_plugin_sensor_pin
|
### environmental_measurement_plugin_sensor_pin
|
||||||
|
|
||||||
|
:::note
|
||||||
|
The preferred setup is using I2C, so the `environmental_measurement_plugin_sensor_pin` may not be needed.
|
||||||
|
:::
|
||||||
|
|
||||||
Specify the preferred GPIO Pin for sensor readings. May not be needed if using I2C.
|
Specify the preferred GPIO Pin for sensor readings. May not be needed if using I2C.
|
||||||
|
|
||||||
### environmental_measurement_plugin_sensor_type
|
### environmental_measurement_plugin_sensor_type
|
||||||
|
|
Loading…
Reference in a new issue