Update telemetry.proto

This commit is contained in:
Ben Meadors 2022-09-10 14:21:53 -05:00 committed by GitHub
parent f3c4aff7a9
commit 3d4c827831
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,4 +130,14 @@ enum TelemetrySensorType {
* High accuracy temperature and pressure
*/
BMP280 = 6;
/*
* High accuracy temperature and humidity
*/
SHTC3 = 7;
/*
* High accuracy pressure
*/
LPS22 = 8;
};