mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 05:15:21 +03:00
added MSP support for sensor orientation, some fixes for 3D backup and restore
This commit is contained in:
parent
1c671f26bf
commit
067999c5e8
5 changed files with 98 additions and 7 deletions
|
@ -185,3 +185,9 @@ var RC_controls = {
|
|||
alt_hold_deadband: 0,
|
||||
alt_hold_fast_change: 0
|
||||
};
|
||||
|
||||
var SENSOR_ALIGNMENT = {
|
||||
align_gyro: 0,
|
||||
align_acc: 0,
|
||||
align_mag: 0
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue