mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 12:55:13 +03:00
Opflow alignment support in MSP API
This commit is contained in:
parent
57241b86f8
commit
dc74f95efd
2 changed files with 8 additions and 1 deletions
3
js/fc.js
3
js/fc.js
|
@ -435,7 +435,8 @@ var FC = {
|
|||
SENSOR_ALIGNMENT = {
|
||||
align_gyro: 0,
|
||||
align_acc: 0,
|
||||
align_mag: 0
|
||||
align_mag: 0,
|
||||
align_opflow: 0
|
||||
};
|
||||
|
||||
RX_CONFIG = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue