mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add CO2, SCD4X
This commit is contained in:
parent
5f7c91adb9
commit
583784692c
1 changed files with 10 additions and 0 deletions
|
|
@ -128,6 +128,11 @@ message EnvironmentMetrics {
|
|||
* Wind lull in m/s
|
||||
*/
|
||||
optional float wind_lull = 17;
|
||||
|
||||
/*
|
||||
* CO2 measurement in ppm
|
||||
*/
|
||||
optional uint32 co2 = 18;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -463,6 +468,11 @@ enum TelemetrySensorType {
|
|||
* Custom I2C sensor implementation based on https://github.com/meshtastic/i2c-sensor
|
||||
*/
|
||||
CUSTOM_SENSOR = 29;
|
||||
|
||||
/*
|
||||
* SCD40/SCD41 CO2, humidity, temperature sensor
|
||||
*/
|
||||
SCD4X = 30;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue