mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add SHT21 sensor to TelemetrySensorType
This commit is contained in:
parent
bc63a57f9e
commit
d8a9f035e5
1 changed files with 5 additions and 0 deletions
|
|
@ -800,6 +800,11 @@ enum TelemetrySensorType {
|
|||
* BH1750 light sensor
|
||||
*/
|
||||
BH1750 = 45;
|
||||
|
||||
/*
|
||||
* STH21 Temperature and R. Humidity sensor
|
||||
*/
|
||||
SHT21 = 46;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue