Added BH1750 sensor

This commit is contained in:
Paolo Leggio 2025-10-16 13:44:32 +02:00
parent 38638f19f8
commit 1f616fff30
No known key found for this signature in database
GPG key ID: A0EE552021BACE7F

View file

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