mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Attitude field added to blackbox fields list (#4248)
* added 'Attitude' field in blackbox list * The new attitude field is compatible with older versions
This commit is contained in:
parent
8dd6d1bd22
commit
9ef7a1ca1e
1 changed files with 1 additions and 0 deletions
|
@ -834,6 +834,7 @@ function update() {
|
|||
'debug[6]': 'Altitude D',
|
||||
'debug[7]': 'Altitude F',
|
||||
};
|
||||
DEBUG.enableFields.splice(DEBUG.enableFields.indexOf("Gyro"), 0, "Attitude");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue