mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Update telemetry.proto
add support AHT10
This commit is contained in:
parent
9e61b82331
commit
ad3cc2d295
1 changed files with 6 additions and 1 deletions
|
|
@ -344,4 +344,9 @@ enum TelemetrySensorType {
|
|||
* AMS TSL25911FN RGB Light Sensor
|
||||
*/
|
||||
TSL25911FN = 22;
|
||||
}
|
||||
|
||||
/*
|
||||
* AHT10 Integrated temperature and humidity sensor
|
||||
*/
|
||||
AHT10 = 23;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue