From d9061086e358dd4765c5b9bab95d3152600a43b3 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Fri, 7 Mar 2025 19:52:48 +0800 Subject: [PATCH] Add RAK12035VB Soil Moisture Sensor As per @Justin-Mann , the RAK12035 is a Soil Moisture Sensor made by RAKWireless. Up to three can be connected using the wisblock architecture. --- meshtastic/telemetry.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index 29fdcf6..0a7db6a 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -561,6 +561,11 @@ enum TelemetrySensorType { * Infineon DPS310 High accuracy pressure and temperature */ DPS310 = 36; + + /* + * RAKWireless RAK12035 Soil Moisture Sensor Module + */ + DPS310 = 37; } /*