1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-17 21:35:33 +03:00

Merge pull request #1338 from fujin/improve-board-and-gyro-alignment

MSP Multiple GYRO/ACC alignment support
This commit is contained in:
Michael Keller 2019-04-07 16:39:46 +12:00 committed by GitHub
commit 06c20442cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 157 additions and 33 deletions

View file

@ -336,6 +336,10 @@ var FC = {
align_gyro: 0,
align_acc: 0,
align_mag: 0,
use_multi_gyro: 0,
gyro_to_use: 0,
gyro_1_align: 0,
gyro_2_align: 0,
};
PID_ADVANCED_CONFIG = {