From c42f97a38168faefbcfc1e8f3c1d6272cef8763f Mon Sep 17 00:00:00 2001 From: Christopher Yarbro Date: Fri, 16 Jan 2026 12:27:47 -0600 Subject: [PATCH 1/2] 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; } /* From 862f87835e60974d3c05d45e210a3b0c5034b2e1 Mon Sep 17 00:00:00 2001 From: yarbschris <123770805+yarbschris@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:55:35 -0600 Subject: [PATCH 2/2] Fix formatting --- meshtastic/telemetry.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index 21ea1a0..71cf545 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -802,8 +802,8 @@ enum TelemetrySensorType { BH1750 = 45; /* - * HDC1080 Temperature and Humidity Sensor - */ + * HDC1080 Temperature and Humidity Sensor + */ HDC1080 = 46; }