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; } /*