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.
This commit is contained in:
Tom Fifield 2025-03-07 19:52:48 +08:00 committed by GitHub
parent c261bd71aa
commit d9061086e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -561,6 +561,11 @@ enum TelemetrySensorType {
* Infineon DPS310 High accuracy pressure and temperature
*/
DPS310 = 36;
/*
* RAKWireless RAK12035 Soil Moisture Sensor Module
*/
DPS310 = 37;
}
/*