mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 13:25:24 +03:00
Motor output reordering feature
Fixed Sonar warnings renaming MOTOR_REMAP to MOTOR_OUTPUT_REORDER<ING> Sonar warning fix Code style fixes after the code review moving styles to css from the motors tab dialog Dialog size of Androind devices Raneming MSP_<SET>_MOTOR_OUTPUT_REORDERING to MSP2 removing old styles and js files reference to motor_remap folder adding FC.* where needed to accomodate new master changes fixed alphabetical order for FC settings MOTOR_OUTPUT_REORDER css fix for Android for motor reordering dialog
This commit is contained in:
parent
b596c5fc76
commit
e4a85ccc2f
13 changed files with 930 additions and 3 deletions
|
@ -41,6 +41,7 @@ const FC = {
|
|||
MOTOR_3D_CONFIG: null,
|
||||
MOTOR_CONFIG: null,
|
||||
MOTOR_DATA: null,
|
||||
MOTOR_OUTPUT_ORDER: null,
|
||||
MOTOR_TELEMETRY_DATA: null,
|
||||
MULTIPLE_MSP: null,
|
||||
PID: null,
|
||||
|
@ -605,6 +606,8 @@ const FC = {
|
|||
vtxtable_powerlevel_label: 0,
|
||||
};
|
||||
|
||||
this.MOTOR_OUTPUT_ORDER = [];
|
||||
|
||||
this.MULTIPLE_MSP = {
|
||||
msp_commands: [],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue