Merge pull request #255 from miaoski/sht31

add SHT31 to protobuf
This commit is contained in:
Thomas Göttgens 2022-12-26 19:35:48 +01:00 committed by GitHub
commit bd8a7c72ca
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;
};