mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add STC31 CO2 sensor to TelemetrySensorType enum
This commit is contained in:
parent
4256cdf4c9
commit
53d91d47ef
1 changed files with 5 additions and 0 deletions
|
|
@ -810,6 +810,11 @@ enum TelemetrySensorType {
|
|||
* STH21 Temperature and R. Humidity sensor
|
||||
*/
|
||||
SHT21 = 47;
|
||||
|
||||
/*
|
||||
* Sensirion STC31 CO2 sensor
|
||||
*/
|
||||
STC31 = 48;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue