Merge pull request #256 from meshtastic/master

Master to Develop
This commit is contained in:
Thomas Göttgens 2022-12-28 14:01:34 +01:00 committed by GitHub
commit 135e18c4af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,4 +157,9 @@ enum TelemetrySensorType {
*/
QMC5883L = 11;
/*
* High accuracy temperature and humidity
*/
SHT31 = 12;
};