From c42f97a38168faefbcfc1e8f3c1d6272cef8763f Mon Sep 17 00:00:00 2001 From: Christopher Yarbro Date: Fri, 16 Jan 2026 12:27:47 -0600 Subject: [PATCH] Add HDC1080 to telemetry protobuf --- meshtastic/telemetry.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index 88d8213..12ad55f 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -795,6 +795,11 @@ enum TelemetrySensorType { * BH1750 light sensor */ BH1750 = 45; + + /* + * HDC1080 Temperature and Humidity Sensor + */ + HDC1080 = 46; } /*