Merge pull request #239 from meshtastic/develop

Develop to master
pull/222/head^2
Thomas Göttgens 2022-11-13 21:36:25 +01:00 zatwierdzone przez GitHub
commit da9bba9c5d
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

@ -150,5 +150,10 @@ enum TelemetrySensorType {
* 6-Axis inertial measurement sensor
*/
QMI8658 = 10;
/*
* 3-Axis magnetic sensor
*/
QMC5883L = 11;
};