Merge pull request #795 from pa0lin082/bh1750

Add BH1750 sensor
This commit is contained in:
Tom Fifield 2025-10-18 09:30:47 +11:00 committed by GitHub
commit 4a618380a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -790,6 +790,11 @@ enum TelemetrySensorType {
* TSL2561 light sensor
*/
TSL2561 = 44;
/*
* BH1750 light sensor
*/
BH1750 = 45;
}
/*