mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #507 from alexander-smyslov/ant10
Update telemetry.proto
This commit is contained in:
commit
a45a6154d0
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