mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Motor output reordering for CLI and MSP
Fixed some code formatting +fixReorderingArray() for EEPROM load/save and renamings fix brace new line moving MOTOR_OUTPUT_REORDERING to MSP2 betaflight specific validateAndfixConfig now resets reordering motor array to default in case it is invalid
This commit is contained in:
parent
1d78f97846
commit
464919c416
17 changed files with 185 additions and 21 deletions
|
@ -18,4 +18,6 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#define MSP2_BETAFLIGHT_BIND 0x3000
|
||||
#define MSP2_BETAFLIGHT_BIND 0x3000
|
||||
#define MSP2_MOTOR_OUTPUT_REORDERING 0x3001
|
||||
#define MSP2_SET_MOTOR_OUTPUT_REORDERING 0x3002
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue