Add HDC1080 to telemetry protobuf

This commit is contained in:
Christopher Yarbro 2026-01-16 12:27:47 -06:00
parent c8d5047b63
commit c42f97a381

View file

@ -795,6 +795,11 @@ enum TelemetrySensorType {
* BH1750 light sensor
*/
BH1750 = 45;
/*
* HDC1080 Temperature and Humidity Sensor
*/
HDC1080 = 46;
}
/*