1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-14 03:49:55 +03:00
Commit graph

23 commits

Author SHA1 Message Date
Tomas Chmelevskij
c086395def
Refactor msp to modules (#3214)
* feat: refactor everything to modules

* fix: a lot of circular deps fixes

* feat: use vitest instead of karma
2023-01-14 22:11:37 +01:00
haslinghuis
09355c25d0
Update MSP2TEXT command (#3096)
Fix constants for MSP2TEXT command
2022-12-02 02:40:46 +01:00
Steve Evans
266d5f445d
Add HD OSD support (#3071)
* Add HD OSD mode

* Update src/js/tabs/osd.js

Co-authored-by: Jan Post <Rm2k-Freak@web.de>

Co-authored-by: Jan Post <Rm2k-Freak@web.de>
2022-11-20 18:42:52 +01:00
Krasiyan Nedelchev
3873f82c23 Add 'Pilot name' to the Configurator UI; rename 'Display name' to 'Pilot name'; rename 'name' to 'craft_name'
- add pilot name (display_name) to the Configuration tab

  - add handling for the 'MSP2_GET_TEXT' and 'MSP2_SET_TEXT' commands

    - with support for the 'MSP2TEXT_PILOT_DISPLAY_NAME' ('displayName') config prop

  - backup handling of the 'displayName' config prop

  - add a text field to configure the pilot name in the 'Configuration/Personalization' box

    - using the 'display_name' FC config prop and the 'MSP2_GET_TEXT' / 'MSP2_SET_TEXT' MSP commands
    - add tooltips for both the 'Craft name' and 'Pilot name' fileds

  - rename the 'Display name' OSD element to 'Display name (Pilot name)'

    - expand the tooltip descriptions of 'Craft name' and 'Display name (Pilot name)'
    - change the default 'DISPLAY_NAME' OSD element preview to 'PILOT_NAME'

  - remove the default 'JOE PILOT' string value of the 'displayName' FC initial config

  - backwards compatibility handling for 'display_name' pre MSP v1.45

- rename 'display name' to 'pilot name'

  - add 'FC.CONFIG.pilotName' in place of 'FC.CONFIG.displayName'
  - add the 'PILOT_NAME' OSD element and keep backwards compatibility
    for the 'DISPLAY_NAME' OSD element (depending on the MSP version)

- rename 'FC.CONFIG.name' to 'FC.CONFIG.craftName'

  - add the 'MSP2TEXT_CRAFT_NAME' const for 'MSP2_GET_TEXT' / 'MSP2_SET_TEXT'
  - use 'MSP2_GET_TEXT' / 'MSP2_SET_TEXT' to get/set 'FC.CONFIG.craftName'
  - keep full backwards compatibility pre MSP v1.45 (using the legacy 'MSP_NAME' / 'MSP_SET_NAME')
2022-10-26 02:17:23 +02:00
Mark Haslinghuis
92a0c915db
Simplified Tuning update 2021-12-20 01:03:43 +01:00
IvoFPV
41fb373c94 Add support for firmware side sliders 2021-01-17 23:02:19 +13:00
Ivan Efimov
f872f1375f Show SmartAudio version on VTX tab; MSP reads vtx device status 2021-01-12 18:09:21 -06: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
60780b7a02 Change lexical scope msp 2020-12-16 14:39:52 +01: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
mikeller
59cb2d29a0 Removed unused compass declination setting. 2020-05-02 23:16:06 +12:00
Michael Keller
c2575935fc Added bind button for receivers that support it. 2020-02-06 15:41:47 +13:00
Alberto García Hierro
2defc901a9 [MSP] Use MSP2_COMMON[_SET]_SERIAL_CONFIG for configuring ports
Configurator side of https://github.com/betaflight/betaflight/pull/9332
2020-01-15 09:33:50 +00:00
Michael Keller
cd7f305bef
Merge pull request #1605 from McGiverGim/msp_multiple_msp
Add MSP_MULTIPLE_MSP command
2019-09-02 22:52:23 +12:00
Miguel Angel Mulero Martinez
bb2334ca56 Add MSP_MULTIPLE_MSP command 2019-09-02 12:32:01 +02:00
Miguel Angel Mulero Martinez
b065c8f4f7 Add telemetry dshot data info to the motors tab 2019-08-28 11:50:47 +02:00
Miguel Angel Mulero Martinez
0817e7d9e6 Add an VTX tab 2019-08-20 13:23:10 +02:00
Dave Huber
5b8e38c216 Add MSP_MODE_RANGES_EXTRA
Add MSP_MODE_RANGES_EXTRA to msp codes.
Add MODE_RANGES_EXTRA function call.
Add modeRangeExtra when reading mode settings.
Add UI for modeLogic.
Position and populate Logic selector.
Some fixes for msp apiVersion checking.
Add 'save' modeLogic.
Add link button and translations.
Add code to show/hide Link button.
Adjust position of link and range buttons.
Add structure code for Link button.
Add linkedTo code.
Add link div with delete button to html and css.
Add code to hide/show buttons when link is pressed.
Add code to add link select to range area.
Add save code for linked modes.
Add formatting to link.
Don't allow linking to/from ARM or self.
Remove unnecessary styling.
Update reading MODE_RANGES_EXTRA array length.
Set defaults for '_EXTRA' to aux tab.
2019-02-07 11:23:07 -06:00
Miguel Angel Mulero Martinez
62de168868 Add GPS Rescue option to Failsafe tab 2018-11-14 12:05:46 +01:00
mikeller
c93f2f13e4 Added setting of RTC when connecting. 2018-06-24 17:44:48 +12:00
Bas Delfos
24c81375a4 Move src files 2018-01-24 22:50:40 +01:00
Renamed from js/msp/MSPCodes.js (Browse further)