diff --git a/telemetry.proto b/telemetry.proto index 0842467..5492b21 100644 --- a/telemetry.proto +++ b/telemetry.proto @@ -140,4 +140,15 @@ enum TelemetrySensorType { * High accuracy pressure */ LPS22 = 8; + + /* + * 3-Axis magnetic sensor + */ + QMC6310 = 9; + + /* + * 6-Axis inertial measurement sensor + */ + QMI8658 = 10; + };