1
0
Fork 0
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:
NightHawk32 2015-12-14 18:06:25 -05:00
parent 1c671f26bf
commit 067999c5e8
5 changed files with 98 additions and 7 deletions

View file

@ -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
};