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

110 commits

Author SHA1 Message Date
Tomas Chmelevskij
2a4deed7cf
Refactor config storage to use modules (#3189) 2023-01-03 18:08:36 +01:00
J Blackman
17d4738b34
Adding some extra data elements to a build request (#3194)
* Adding some extra data elements to a build request

- so as to be able to provide better support, and analysis

* Renamed "info" to more appropriate "response"
2023-01-01 05:11:10 +01:00
Tomas Chmelevskij
483dec9103
Chore/move gui to modules (#3001)
Move `GUI` to esm
2022-12-28 21:08:48 +01:00
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
4f9348742d
Merge pull request #2798 from krasiyan/1877-display-name-configuration
Add 'Pilot name' to the Configurator UI; rename 'Display name' to 'Pilot name'; rename 'name' to 'craft_name'
2022-10-30 19:00:17 +01:00
blckmn
6aae795781 Setup for the cloud build implementation 2022-10-30 18:50:53 +11: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
Tomas Chmelevskij
04d6cf556c Tidy up init.js build order 2022-08-19 21:48:49 +01:00
Mark Haslinghuis
e85b706ad6 Fix cli output
Fix rememberLastTab

Fix sonar issues
2022-07-28 19:42:38 +02:00
Tomas Chmelevskij
852c88db65
Update src/js/main.js
Co-authored-by: haslinghuis <mark@numloq.nl>
2022-07-23 22:30:42 +03:00
Tomas Chmelevskij
5a74094df1 move tabs to use esm modules 2022-07-23 22:08:19 +03:00
Mark Haslinghuis
f68591be58 Disable minimize on MacOS 2022-07-07 21:54:57 +02:00
Mark Haslinghuis
b51a7b288a Fix MSP_BOARD_INFO && Storage Quota
Cleanup LocalStorage
2022-05-30 23:19:51 +02:00
Mark Haslinghuis
f41e135333 Migrate chrome storage API to window.localStorage
Add remove function

Remove callback from set and remove

Rebased

Rebased
2022-04-22 01:08:48 +02:00
haslinghuis
f3f8df6d38
Merge pull request #2712 from Asizon/rpm_defaults_fix
Rpm defaults fix for 4.3
2022-01-28 14:19:09 +01:00
Asizon
b7085a5926 Rpm defaults fix
Change dialog

sonar fixes

sonar fix

fix text

no values change if not dialog shows

typo
2022-01-26 07:41:21 +01:00
Asizon
27b3afbca7
Merge pull request #2692 from chmelevskij/chore/sonar-cloud-eslint-match
chore: add no-vars rule to match sonar cloud
2022-01-18 12:13:17 +01:00
Ivan Efimov
163cc81dd9 Fix firmware flash button when non-english is selected and FC is connected 2022-01-02 04:01:30 -06:00
Tomas Chmelevskij
bfec87d931 chore: add no-var rule to match sonarcloud 2021-12-25 18:49:11 +01:00
haslinghuis
c09d64b9b2
Merge pull request #2693 from chmelevskij/chore/eslint-trailing-comma
chore: add comman dangle rule for multiline
2021-12-22 01:56:16 +01:00
Mark Haslinghuis
92a0c915db
Simplified Tuning update 2021-12-20 01:03:43 +01:00
Tomas Chmelevskij
03690e087f chore: add comman dangle rule for multiline 2021-12-18 08:21:05 +01:00
Mark Haslinghuis
87e013d200
Make timeout run conditional instead of allowing 0 2021-11-29 02:48:34 +01:00
haslinghuis
a45cc1d8c7
Merge branch 'master' into fix_tab_switch 2021-11-26 02:49:56 +01:00
Ivan Efimov
e63a5fe642 Presets TAB 2021-11-23 22:28:56 -06:00
Mark Haslinghuis
1801ead814
Fix tab switching 2021-11-20 02:16:08 +01:00
Mark Haslinghuis
3ebd1697a5
Extend save and restore for all settings
Fix Enable PID sliders button

Fix duplicate block?
2021-10-12 20:56:53 +02:00
J Blackman
3feefcb184
Auto merged - #2618 at Wed, 06 Oct 2021 12:17:10 GMT
Expert mode toggle bugfix and refactoring
2021-10-06 23:17:10 +11:00
Mark Haslinghuis
f893a87073
Prevent changing profiles is settings are not saved 2021-10-03 16:12:38 +02:00
Ivan Efimov
b63c02673a Expert mode toggle refactoring 2021-10-02 03:16:46 -05:00
Mark Haslinghuis
48659bd6ec
Changes after reviews 2021-09-30 00:47:46 +02:00
Mark Haslinghuis
1dbe298abd
Change Sliders and defaults
0-1-2 ranges ff and dmax

gui fixes

Fix master slider

Fix TODO

Fix enable slider when PID has changed

Fix RP mode editing manual values

Restore backward compatibility

Rearrange order of 4.3 sliders and add divider for expert mode

d_lowpass slider range changed, 75-150 defaults

Fix filter sliders

Optimise FF, DMax and filter slider steps

Fix doubleclick on pid sliders

stop D lowpass slider position moving left on save

update gyro and dterm lowpass filter messages

fix some bugs

Fix spacing in messages

Little fixes

Respect slider mode

Fix legacy mode and slider values

Code cleanup

Add slider defaults

rename dmin ratio to dmax gain

Fix legacy sliders again

Enable Expert Mode
2021-09-27 02:55:26 +02:00
J Blackman
b93805154c
Auto merged - #2561 at Sun, 26 Sep 2021 00:17:14 GMT
Fix reconnection issue in cli
2021-09-26 10:17:14 +10:00
Michael Keller
9f0ccee463 Added build for Android Play store bundle. 2021-09-07 16:49:34 +12:00
Michael Keller
4480621c14 Standardised configurator version naming. 2021-08-25 19:35:18 +12:00
Mark Haslinghuis
7f9e15878c
Fix reconnection issue in cli 2021-08-18 02:16:01 +02:00
Mark Haslinghuis
5c151e0d4f
Fix Expert Mode Switch 2021-08-05 22:36:44 +02:00
Tomas Chmelevskij
d71a5f7ef3 feat: move firmware to modules
this fixes the disconnect issue
2021-06-03 21:04:46 +01:00
Tomas Chmelevskij
91b583b7c8 feat: use modules in options tab 2021-04-03 09:22:53 +02:00
Michael Keller
06c8e5075d
Merge pull request #2451 from haslinghuis/fix_818
Remove chrome references
2021-03-28 18:30:01 +13:00
Michael Keller
0061d9979c
Merge pull request #2444 from chmelevskij/modules/static_tab
feat: move static tabs to modules
2021-03-24 00:23:09 +13:00
Mark Haslinghuis
bede10fe4e Remove chrome references 2021-03-22 14:22:41 +01:00
Michael Keller
251d1bc8ab
Merge pull request #2446 from haslinghuis/fix_mac_hide 2021-03-22 00:01:59 +13:00
Mark Haslinghuis
ee4492495c Fix Mac OSX Hide command problem 2021-03-21 11:41:23 +01:00
Tomas Chmelevskij
54b0a118a1 feat: move static tabs to modules 2021-03-16 18:19:16 +01:00
Tomas Chmelevskij
d8be3dd5a2 feat: migrate landing to modules 2021-03-13 06:43:21 +01:00
Tomas Chmelevskij
68b39643b7 feat: move help tab to modules 2021-03-01 19:16:51 +01:00
Tomas Chmelevskij
6c8dd5de6d feat: migrate main to modules 2021-03-01 19:03:37 +01:00
IvoFPV
41fb373c94 Add support for firmware side sliders 2021-01-17 23:02:19 +13:00