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

87 commits

Author SHA1 Message Date
haslinghuis
b6d8efc9f8
Remove Google Analytics (#3148) 2022-12-16 14:11:05 +11:00
haslinghuis
867b59d204
Bump API_VERSION_ACCEPTED and semver cleanup (#3104)
Firmware flasher: build config help icons style fix (#3092)

Co-authored-by: Ivan Efimov <gendalf44@yandex.ru>
2022-12-11 04:55:14 +01:00
haslinghuis
09355c25d0
Update MSP2TEXT command (#3096)
Fix constants for MSP2TEXT command
2022-12-02 02:40:46 +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
e85b706ad6 Fix cli output
Fix rememberLastTab

Fix sonar issues
2022-07-28 19:42:38 +02:00
Tomas Chmelevskij
5a74094df1 move tabs to use esm modules 2022-07-23 22:08:19 +03:00
Mark Haslinghuis
f5dab89965 fix_reboot
Fix clicks

reinitializeConnection should be callback

MSP fix
2022-02-20 14:21:57 +01:00
Michael Keller
79d6021660 Added Analytics Tracking for Each 'Save' Button Click that Tracks
Changes.

This should help by giving an upper bound for how many users change
these settings at all.
2021-08-08 02:04:24 +12:00
Mark Haslinghuis
a4ba1adb97 Move receiver and rssi configuration to receiver tab 2021-02-17 23:37:33 +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
visdauas
27a4849ddf Moved getSerialRxTypes to not interfere with backup/restore 2020-11-19 22:41:36 +01:00
Miguel Angel Mulero Martinez
fd35031e6f Replace API versions by constants 2020-10-15 08:58:18 +02:00
Károly Kiripolszky
2071181c9a Remove hard coded number 2020-07-28 01:49:32 +02:00
Miguel Angel Mulero Martinez
feed555c1b Fix FC vars in Configuration tab 2020-07-08 11:22:47 +02:00
Miguel Angel Mulero Martinez
24010a2e2a Move FC global vars inside FC object 2020-07-06 09:23:58 +02:00
Michael Keller
b9137a68e6
Merge pull request #1964 from AlienWiiBF/ACCST_V2
Initial FrSky ACCST V2.1.x support
2020-07-06 18:27:21 +12:00
fgiudice98
69cd83abdd Moved dialog to main page
And fixed some strings in messages.json
2020-07-05 20:20:06 +02:00
MJ666
fef1e6b5ca Initial FrSky ACCST V2.1.x support 2020-07-05 10:32:34 +02:00
fgiudice98
69603ee46b Defaults when switching rpm filtering
Added warning popup
2020-07-05 13:42:08 +12:00
Michael Keller
740730a87f
Merge pull request #2015 from McGiverGim/hide_gps_elements
Hide GPS elements if not selected AUTO
2020-06-22 00:36:15 +12:00
mikeller
899063b998 Fixed reporting of PID loop settings. 2020-06-07 12:21:09 +12:00
mikeller
84604a6e4f Combined gyro analytics into one event. 2020-05-30 01:47:00 +12:00
Asizon
cab4d89deb Revise some new API_VERSION constants 2020-05-09 18:22:46 +02:00
Miguel Angel Mulero Martinez
8aef16d2c3 Hide GPS elements if not selected AUTO 2020-05-08 13:14:42 +02:00
mikeller
59cb2d29a0 Removed unused compass declination setting. 2020-05-02 23:16:06 +12:00
mikeller
66fb9151f4 Added analytics data collection for the PID loop frequency. 2020-04-13 02:43:28 +12:00
mikeller
eb6e269467 Added warning when connecting to firmware newer than configurator. 2020-04-12 17:37:09 +12:00
mikeller
ebd36055da Added support for disabling the motor output protocol. 2020-04-01 02:00:08 +13:00
Michael Keller
07ae6ad1e7
Merge pull request #1934 from IllusionFpv/added-none-to-gps-sbas
Added none option to gps sbas
2020-03-24 08:43:49 +13:00
Nicola De Pasquale
ad91e65699 add i18n 2020-03-23 09:27:55 +01:00
Nicola De Pasquale
7ba9f41b87 added none to gps sbas 2020-03-22 11:11:33 +01:00
mikeller
097596e5e1 Added the REDPINE SPI RX protocol. Also added SPI RX to analytics. 2020-03-21 23:55:31 +13:00
Asizon
b7f9f2d8c0 Moved to Pid Tuning tab 2020-03-05 17:33:38 +01:00
Asizon
6aaababb1d Adding Dynamic Idle 2020-03-04 10:36:32 +01:00
Asizon
d58282e8a6 Changed to .toggle 2020-02-29 10:38:10 +01:00
Asizon
d283f17f2f add .change 2020-02-29 09:08:24 +01:00
Asizon
540173ce05 Fix hide accel features 2020-02-28 16:40:58 +01:00
Asizon
8171d44bf5 Hide Esc Sensor for non digital protocols
Move to CSS

white space

Css Fixing
2020-02-27 08:27:53 +01:00
Asizon
0c3785b9f5 Change to .toggle 2020-02-22 09:42:30 +01:00
Asizon
4455e6733d Hide Accel Features 2020-02-22 08:54:41 +01:00
mikeller
b889ed3de5 Fixed loop speed dropdowns for firmware versions with 32kHz gyro support. 2020-02-16 11:33:24 +13:00
Miguel Angel Mulero Martinez
7881bd3673 Remove 32k notice 2020-02-06 09:09:56 +01:00
Miguel Angel Mulero Martinez
9394d5901c Work with gyro native sampling 2020-02-04 16:42:39 +01: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
Miguel Angel Mulero Martinez
77dfd8eaa8 Fix galileo and home point once as per review 2019-11-08 08:52:40 +01:00
Miguel Angel Mulero Martinez
ce044622a2 Add Galileo and Home Point once to GPS 2019-11-06 19:25:56 +01:00