MPU6050 MotionApps bugfix #476

Closed
opened 2026-04-05 17:53:03 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Levi--G on 11/29/2021

Since the IMU_MPU6050_RUNTIME_CALIBRATION is checked before sensor.h is included (and thus before defines.h/debug.h) it is in fact at that point not set yet.
So basically the old MotionApps20 is always included. If we move defines.h before motionapps that should be fixed.

*Originally created by @Levi--G on 11/29/2021* Since the IMU_MPU6050_RUNTIME_CALIBRATION is checked before sensor.h is included (and thus before defines.h/debug.h) it is in fact at that point not set yet. So basically the old MotionApps20 is always included. If we move defines.h before motionapps that should be fixed.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/SlimeVR-Tracker-ESP#476