mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Added BH1750 sensor
This commit is contained in:
parent
38638f19f8
commit
1f616fff30
1 changed files with 5 additions and 0 deletions
|
|
@ -790,6 +790,11 @@ enum TelemetrySensorType {
|
|||
* TSL2561 light sensor
|
||||
*/
|
||||
TSL2561 = 44;
|
||||
|
||||
/*
|
||||
* BH1750 light sensor
|
||||
*/
|
||||
BH1750 = 45;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue