betaflight / config

Betaflight target definitions
GNU General Public License v3.0
24 stars 85 forks source link

`DRONIUSF7` - missing gyros (and other components) #411

Open nerdCopter opened 2 months ago

nerdCopter commented 2 months ago

https://github.com/betaflight/config/blob/2ceeadcfc74da037569ae408bd5b6be5de7d3bc6/configs/DRONIUSF7/config.h#L26

Target seemingly created by @cvetaevvitaliy 2020. suspect mpu6000.

gyro orientation?

cvetaevvitaliy commented 2 months ago

Please add to config '#define GYRO_1_ALIGN CW0_DEG_FLIP' for gyro orientation

nerdCopter commented 2 months ago

because this is a config.h (not a unified-target), it need gyro model, flash-chip model, max7456, baro, etc defined as well. thank you.