Merge pull request #256 from meshtastic/master

Master to Develop
pull/257/head
Thomas Göttgens 2022-12-28 14:01:34 +01:00 zatwierdzone przez GitHub
commit 135e18c4af
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -157,4 +157,9 @@ enum TelemetrySensorType {
*/
QMC5883L = 11;
/*
* High accuracy temperature and humidity
*/
SHT31 = 12;
};