mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add SHTXX TelemetrySensorType
This commit is contained in:
parent
c45c4eb0cb
commit
bfbd52b9fc
1 changed files with 5 additions and 0 deletions
|
|
@ -866,6 +866,11 @@ enum TelemetrySensorType {
|
|||
* SCD30 CO2, humidity, temperature sensor
|
||||
*/
|
||||
SCD30 = 49;
|
||||
|
||||
/*
|
||||
* SHT family of sensors for temperature and humidity
|
||||
*/
|
||||
SHTXX = 50;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue