Merge pull request #592 from meshtastic/fifieldt-patch-1

Add MLX90614 non-contact IR temperature sensor.
This commit is contained in:
Ben Meadors 2024-10-03 06:52:00 -05:00 committed by GitHub
commit b419706693
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -510,6 +510,11 @@ enum TelemetrySensorType {
* MAX30102 Pulse Oximeter and Heart-Rate Sensor
*/
MAX30102 = 30;
/*
* MLX90614 non-contact IR temperature sensor.
*/
MLX90614 = 31;
}
/*