1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 08:15:22 +03:00
Commit graph

22 commits

Author SHA1 Message Date
Michael Keller
1395841f1c
Merge pull request #2449 from haslinghuis/fix_motor_MSP
Fix MSP motortab
2021-03-28 18:29:41 +13:00
Mark Haslinghuis
d5553b2ee1 Fix persistant settings after changing FC 2021-03-22 00:21:29 +01:00
Mark Haslinghuis
bf2ee49dae Fix MSP motortab 2021-03-21 16:30:28 +01:00
Michael Keller
d123e08180
Merge pull request #2416 from chmelevskij/chore/utils-modules
chore: move css and CommonUtils to modules
2021-02-17 07:52:45 +13:00
Tomas Chmelevskij
45dd6c3e3a chore: move css and CommonUtils to modules
* move static class to utils/common.js
* move css to modules
2021-02-14 22:32:38 +01:00
Tomas Chmelevskij
616c2e796d chore: add semi rule to the linter and run --fix
Adds semicolon to the linter rules.
2021-02-14 07:37:03 +01:00
Mark Haslinghuis
4d64cda9aa Rearrange configuration and motor tab 2021-01-27 01:11:43 +01:00
Michael Keller
d5d0146af7
Merge pull request #2296 from limonspb/esc_dshot_reverse 2021-01-01 15:31:06 +01:00
Ivan Efimov
ca09909d6e Motor direction dialog for Dshot escs 2020-12-31 22:26:43 -06:00
Tomas Chmelevskij
d396d97e5e chore: add eslint
* add eslint with space rules to cover what sonarcloud doesn't
* run lint in travis
* add eslint vue config
2020-12-27 09:21:51 +04:00
Mark Haslinghuis
565c8a04c0 Change lexical scope motors, sensors, configuration 2020-12-14 02:30:05 +01:00
Miguel Angel Mulero Martinez
fd35031e6f Replace API versions by constants 2020-10-15 08:58:18 +02:00
Ivan Efimov
e4a85ccc2f 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
2020-08-13 22:52:09 -05:00
Miguel Angel Mulero Martinez
24010a2e2a Move FC global vars inside FC object 2020-07-06 09:23:58 +02:00
Miguel Angel Mulero Martinez
2db22c9536 Add 10 and 25 gyro scales to motor tab 2019-09-12 16:51:30 +02:00
Miguel Angel Mulero Martinez
b065c8f4f7 Add telemetry dshot data info to the motors tab 2019-08-28 11:50:47 +02:00
Kyle K
426e753b53 add an alternative to chrome.storage.local 2019-08-02 06:13:39 +00:00
Kiripolszky Károly
c4e9d1778c load mixer config on demand 2018-07-22 17:21:33 +02:00
Miguel Angel Mulero Martinez
0cfeb3bbdc Add current info to motors tab 2018-03-10 09:38:06 +01:00
mikeller
5d760e8735 Added disabling of runaway takeoff prevention. 2018-02-14 01:32:23 +13:00
Miguel Angel Mulero Martinez
0a71f1e559 Use i18next as i18n framework 2018-01-27 12:19:17 +01:00
Bas Delfos
fd8e47706d Changes as per review comment 2018-01-25 00:37:07 +01:00
Renamed from src/tabs/motors.js (Browse further)