Update telemetry.proto

add support AHT10
This commit is contained in:
Alexander Smyslov 2024-05-31 12:24:41 +02:00 committed by GitHub
parent 9e61b82331
commit ad3cc2d295
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -344,4 +344,9 @@ enum TelemetrySensorType {
* AMS TSL25911FN RGB Light Sensor
*/
TSL25911FN = 22;
}
/*
* AHT10 Integrated temperature and humidity sensor
*/
AHT10 = 23;
}