mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 04:45:18 +03:00
motor mix rules for all default presets
This commit is contained in:
parent
7fbf63b7fc
commit
d0cdef46f4
2 changed files with 294 additions and 29 deletions
|
@ -82,6 +82,8 @@ sources.js = [
|
|||
'./js/msp/MSPchainer.js',
|
||||
'./js/port_handler.js',
|
||||
'./js/serial.js',
|
||||
'./js/servoMixRule.js',
|
||||
'./js/motorMixRule.js',
|
||||
'./js/model.js',
|
||||
'./js/serial_backend.js',
|
||||
'./js/data_storage.js',
|
||||
|
@ -92,8 +94,6 @@ sources.js = [
|
|||
'./js/localization.js',
|
||||
'./js/boards.js',
|
||||
'./js/tasks.js',
|
||||
'./js/servoMixRule.js',
|
||||
'./js/motorMixRule.js',
|
||||
'./js/servoMixerRuleCollection.js',
|
||||
'./js/motorMixerRuleCollection.js',
|
||||
'./main.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue