1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Fix Gyro2(External) align

Fixed Gyro2(External gyro box) orientation to same as Gyro1, now compatible with Gyro BOTH
This commit is contained in:
Asizon 2018-12-17 10:54:53 +01:00
parent d3a7d8c073
commit 72369c66f8

View file

@ -79,8 +79,8 @@
#define ACC_1_ALIGN CW180_DEG
#if defined(OMNIBUSF4V6)
#define GYRO_2_ALIGN CW180_DEG
#define ACC_2_ALIGN CW180_DEG
#define GYRO_2_ALIGN CW0_DEG
#define ACC_2_ALIGN CW0_DEG
#else
#define GYRO_2_ALIGN CW0_DEG_FLIP
#define ACC_2_ALIGN CW0_DEG_FLIP