mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
added new sensors
This commit is contained in:
parent
c1229dbd81
commit
9264bb4faa
|
@ -21,7 +21,7 @@ The Environmental Measurement Plugin will allow you to connect environment senso
|
|||
| environmental_measurement_plugin_recovery_interval | `integer` (seconds) | `0` |
|
||||
| environmental_measurement_plugin_screen_enabled | `true`, `false` | `0` |
|
||||
| environmental_measurement_plugin_sensor_pin | `integer` | `0` |
|
||||
| environmental_measurement_plugin_sensor_type | `DHT11` | `0` |
|
||||
| environmental_measurement_plugin_sensor_type | `0-6` | `0` |
|
||||
| environmental_measurement_plugin_update_interval | `integer` (seconds) | `0` |
|
||||
|
||||
### environmental_measurement_plugin_measurement_enabled
|
||||
|
@ -52,6 +52,16 @@ Specify the preferred GPIO Pin for sensor readings. May not be needed if using I
|
|||
|
||||
Specify the sensor type.
|
||||
|
||||
| Value | Description |
|
||||
| :---: | :---------: |
|
||||
| `0` | DHT11 |
|
||||
| `1` | DS18B20 (Dallas 1-wire) |
|
||||
| `2` | DHT12 |
|
||||
| `3` | DHT21 |
|
||||
| `4` | DHT22 |
|
||||
| `5` | BME280 |
|
||||
| `6` | BME680 |
|
||||
|
||||
### environmental_measurement_plugin_update_interval
|
||||
|
||||
Interval in seconds of how often we should try to send our measurements to the mesh.
|
||||
|
|
Loading…
Reference in a new issue