Merge pull request #655 from cdanis/dps310

telemetry: add dps310
This commit is contained in:
Ben Meadors 2025-03-05 19:55:44 -06:00 committed by GitHub
commit c261bd71aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -557,6 +557,10 @@ enum TelemetrySensorType {
*/
DFROBOT_RAIN = 35;
/*
* Infineon DPS310 High accuracy pressure and temperature
*/
DPS310 = 36;
}
/*