From 245daac0b2491af225a35c061033821d4a7c7d6a Mon Sep 17 00:00:00 2001 From: Chris Danis Date: Wed, 5 Mar 2025 16:12:33 -0500 Subject: [PATCH] telemetry: add dps310 --- meshtastic/telemetry.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index 4b5b3f2..29fdcf6 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -557,6 +557,10 @@ enum TelemetrySensorType { */ DFROBOT_RAIN = 35; + /* + * Infineon DPS310 High accuracy pressure and temperature + */ + DPS310 = 36; } /*