events: combine gravity and forwards fusion sensors into a shared motionframe

This commit is contained in:
2026-02-28 16:52:00 +01:00
parent f2b2674158
commit 935f30d968
4 changed files with 9 additions and 20 deletions

View File

@@ -108,7 +108,7 @@ const SENSOR_IMAGES: &[SensorImage] = &[
on: &images::IMU_ON, off: &images::IMU_OFF,
},
SensorImage {
source: SensorSource::GravityReference,
source: SensorSource::MotionFrame,
on: &images::GRAVITY_LOCATED, off: &images::GRAVITY_MISSING,
},
SensorImage {