Merge pull request #380 from meshtastic/thebentern-patch-1

Correct sensor type enum
This commit is contained in:
Ben Meadors 2022-08-01 08:42:55 -05:00 committed by GitHub
commit 69a8aaa6a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ The telemetry module config options are: Device Metrics Update Interval, Environ
| Sensor | Data Points | | Sensor | Data Points |
| :-----: | :-----------------------------------------------------------: | | :-----: | :-----------------------------------------------------------: |
| DHT22 | Temperature and humidity | | BMP280 | Temperature and barometric pressure |
| BME280 | Temperature, barometric pressure and humidity | | BME280 | Temperature, barometric pressure and humidity |
| BME680 | Temperature, barometric pressure, humidity and air resistance | | BME680 | Temperature, barometric pressure, humidity and air resistance |
| MCP9808 | Temperature | | MCP9808 | Temperature |