mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add TSL2561 sensor
This commit is contained in:
parent
5dd723fe6f
commit
aa86e284a3
1 changed files with 4 additions and 0 deletions
|
|
@ -781,6 +781,10 @@ enum TelemetrySensorType {
|
|||
* SEN5X PM SENSORS
|
||||
*/
|
||||
SEN5X = 43;
|
||||
/*
|
||||
* TSL2561 light sensor
|
||||
*/
|
||||
TSL2561 = 44;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue