mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
Added switch to reverse motor direction
This commit is contained in:
parent
138009669b
commit
b158ac6f69
5 changed files with 39 additions and 6 deletions
3
js/fc.js
3
js/fc.js
|
@ -84,7 +84,8 @@ var FC = {
|
|||
|
||||
MIXER_CONFIG = {
|
||||
mixer: 0,
|
||||
};
|
||||
reverseMotorDir: 0,
|
||||
};
|
||||
|
||||
BOARD_ALIGNMENT_CONFIG = {
|
||||
roll: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue