mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 21:35:33 +03:00
MSP Multiple GYRO/ACC alignment support
* Make use of 1.41.0 MSP API changes introduced https://github.com/betaflight/betaflight/pull/7506 * Not really happy with the elements/css, but opening this up for feedback. I can't quite get the select inputs or the text/icons to go where I want :p
This commit is contained in:
parent
974e622b73
commit
e322ef0795
6 changed files with 141 additions and 27 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue