Attempt to fix roll correction
This commit is contained in:
@@ -122,8 +122,8 @@ extern TelemetryPacket telem;
|
||||
// ─── ImuPacket (14 bytes) ─────────────────────────────────────────────────────
|
||||
#ifdef FEATURE_IMU_STREAM
|
||||
struct __attribute__((packed)) ImuPacket {
|
||||
int16_t gyroY_mDPS; // [0]
|
||||
int16_t gyroZ_mDPS; // [2]
|
||||
int16_t gyroX_mDPS; // [0] pitch axis (nod up/down → cursor Y)
|
||||
int16_t gyroZ_mDPS; // [2] yaw axis (pan left/right → cursor X)
|
||||
int16_t accelX_mg; // [4]
|
||||
int16_t accelY_mg; // [6]
|
||||
int16_t accelZ_mg; // [8]
|
||||
|
||||
Reference in New Issue
Block a user