Merge pull request #496 from 2itea/master

Update telemetry.proto
This commit is contained in:
Ben Meadors 2024-05-05 13:30:30 -05:00 committed by GitHub
commit 1bfe0354d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -304,4 +304,9 @@ enum TelemetrySensorType {
* RCWL-9620 Doppler Radar Distance Sensor, used for water level detection
*/
RCWL9620 = 16;
/*
* Sensirion High accuracy temperature and humidity
*/
SHT4X = 17;
}