Skip to content

Commit

Permalink
Merge pull request #572 from Coloradohusky/scd4x
Browse files Browse the repository at this point in the history
Add CO2, SCD4X telemetry
  • Loading branch information
fifieldt authored Oct 10, 2024
2 parents c9ae7fd + 27072c0 commit 387d0be
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion meshtastic/telemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ message AirQualityMetrics {
* 10.0um Particle Count
*/
optional uint32 particles_100um = 12;

/*
* 10.0um Particle Count
*/
optional uint32 co2 = 13;
}

/*
Expand Down Expand Up @@ -512,9 +517,14 @@ enum TelemetrySensorType {
MAX30102 = 30;

/*
* MLX90614 non-contact IR temperature sensor.
* MLX90614 non-contact IR temperature sensor
*/
MLX90614 = 31;

/*
* SCD40/SCD41 CO2, humidity, temperature sensor
*/
SCD4X = 32;
}

/*
Expand Down

0 comments on commit 387d0be

Please sign in to comment.