Add 3-axis magnetic force and 6-axis inertial sensor enum

This commit is contained in:
lewishe 2022-10-07 17:38:37 +08:00
parent d3375fe599
commit a4f10fa0e4

View file

@ -140,4 +140,15 @@ enum TelemetrySensorType {
* High accuracy pressure
*/
LPS22 = 8;
/*
* 3-Axis magnetic sensor
*/
QMC6310 = 9;
/*
* 6-Axis inertial measurement sensor
*/
QMI8658 = 10;
};