mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #459 from thoherr/add-bmp085_180-sensor
add BMP085 (BMP180) sensor to enum TelemetrySensorType
This commit is contained in:
commit
5a97acb175
1 changed files with 5 additions and 2 deletions
|
|
@ -279,6 +279,9 @@ enum TelemetrySensorType {
|
|||
*/
|
||||
INA3221 = 14;
|
||||
|
||||
/*
|
||||
* BMP085/BMP180 High accuracy temperature and pressure (older Version of BMP280)
|
||||
*/
|
||||
BMP085 = 15;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue