diff --git a/telemetry.proto b/telemetry.proto index 72f1a9d..0842467 100644 --- a/telemetry.proto +++ b/telemetry.proto @@ -130,4 +130,14 @@ enum TelemetrySensorType { * High accuracy temperature and pressure */ BMP280 = 6; + + /* + * High accuracy temperature and humidity + */ + SHTC3 = 7; + + /* + * High accuracy pressure + */ + LPS22 = 8; };