Skip to content

Commit 1f616ff

Browse files
committed
Added BH1750 sensor
1 parent 38638f1 commit 1f616ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meshtastic/telemetry.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,11 @@ enum TelemetrySensorType {
790790
* TSL2561 light sensor
791791
*/
792792
TSL2561 = 44;
793+
794+
/*
795+
* BH1750 light sensor
796+
*/
797+
BH1750 = 45;
793798
}
794799

795800
/*

0 commit comments

Comments
 (0)