Merge pull request #855 from Tomas-Kuchta-FPV/master

Add SHT21 sensor to TelemetrySensorType
This commit is contained in:
Ben Meadors 2026-02-09 13:39:15 -06:00 committed by GitHub
commit 1551b2e6e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -800,6 +800,11 @@ enum TelemetrySensorType {
* BH1750 light sensor
*/
BH1750 = 45;
/*
* STH21 Temperature and R. Humidity sensor
*/
SHT21 = 46;
}
/*