add BMP085 (BMP180) sensor

This commit is contained in:
Thomas Herrmann 2024-03-02 22:29:28 +01:00
parent 80d68fb6f0
commit e745804bf5

View file

@ -279,6 +279,9 @@ enum TelemetrySensorType {
*/
INA3221 = 14;
/*
* BMP085/BMP180 High accuracy temperature and pressure (older Version of BMP280)
*/
BMP085 = 15;
}
}