1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2018-03-28 22:14:04 +02:00
parent 7fbf63b7fc
commit d0cdef46f4
2 changed files with 294 additions and 29 deletions

View file

@ -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',