add SHT31 to protobuf

This commit is contained in:
miaoski 2022-12-25 23:35:10 +08:00
parent 0f2a3304ee
commit ef0b536f49

View file

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