Merge pull request #670 from hafu/fix-comment

Fix comment description of CO2 telemetry value
This commit is contained in:
Tom Fifield 2025-04-06 10:36:08 +08:00 committed by GitHub
commit 5add3bae21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -255,7 +255,7 @@ message AirQualityMetrics {
optional uint32 particles_100um = 12;
/*
* 10.0um Particle Count
* CO2 concentration in ppm
*/
optional uint32 co2 = 13;
}