Skip to content

Commit

Permalink
Merge pull request #459 from thoherr/add-bmp085_180-sensor
Browse files Browse the repository at this point in the history
add BMP085 (BMP180) sensor to enum TelemetrySensorType
  • Loading branch information
thebentern authored Mar 7, 2024
2 parents 80d68fb + e745804 commit 5a97acb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions meshtastic/telemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ enum TelemetrySensorType {
*/
INA3221 = 14;

/*
* BMP085/BMP180 High accuracy temperature and pressure (older Version of BMP280)
*/
BMP085 = 15;


}
}

0 comments on commit 5a97acb

Please sign in to comment.