Update telemetry.proto

Add Sensirion SHT4X sensors
pull/496/head
pr000t 2024-05-05 17:19:54 +02:00 zatwierdzone przez GitHub
rodzic 24776635ee
commit edbf510ef7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -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;
}