From 3d4c8278311045f4781af7063e9159b3724761d3 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 10 Sep 2022 14:21:53 -0500 Subject: [PATCH] Update telemetry.proto --- telemetry.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; };