mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #845 from yarbschris/dev/HDC1080
Add HDC1080 to telemetry protobuf
This commit is contained in:
commit
4256cdf4c9
1 changed files with 6 additions and 1 deletions
|
|
@ -800,11 +800,16 @@ enum TelemetrySensorType {
|
|||
* BH1750 light sensor
|
||||
*/
|
||||
BH1750 = 45;
|
||||
|
||||
/*
|
||||
* HDC1080 Temperature and Humidity Sensor
|
||||
*/
|
||||
HDC1080 = 46;
|
||||
|
||||
/*
|
||||
* STH21 Temperature and R. Humidity sensor
|
||||
*/
|
||||
SHT21 = 46;
|
||||
SHT21 = 47;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue