Merge pull request #507 from alexander-smyslov/ant10

Update telemetry.proto
This commit is contained in:
Ben Meadors 2024-05-31 07:12:36 -05:00 committed by GitHub
commit a45a6154d0
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;
}