Skip to content

Commit

Permalink
Merge pull request #592 from meshtastic/fifieldt-patch-1
Browse files Browse the repository at this point in the history
Add MLX90614 non-contact IR temperature sensor.
  • Loading branch information
thebentern authored Oct 3, 2024
2 parents cd279d1 + dd8619f commit b419706
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/telemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,11 @@ enum TelemetrySensorType {
* MAX30102 Pulse Oximeter and Heart-Rate Sensor
*/
MAX30102 = 30;

/*
* MLX90614 non-contact IR temperature sensor.
*/
MLX90614 = 31;
}

/*
Expand Down

0 comments on commit b419706

Please sign in to comment.