Add SHT21 sensor to TelemetrySensorType

This commit is contained in:
Tomas Kuchta 2026-02-04 14:58:28 +01:00
parent bc63a57f9e
commit d8a9f035e5

View file

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