Merge pull request #845 from yarbschris/dev/HDC1080

Add HDC1080 to telemetry protobuf
This commit is contained in:
Ben Meadors 2026-02-09 13:40:03 -06:00 committed by GitHub
commit 4256cdf4c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -800,11 +800,16 @@ enum TelemetrySensorType {
* BH1750 light sensor
*/
BH1750 = 45;
/*
* HDC1080 Temperature and Humidity Sensor
*/
HDC1080 = 46;
/*
* STH21 Temperature and R. Humidity sensor
*/
SHT21 = 46;
SHT21 = 47;
}
/*