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

1174 commits

Author SHA1 Message Date
Michael Keller
4480621c14 Standardised configurator version naming. 2021-08-25 19:35:18 +12:00
J Blackman
bfa9a38fef
Auto merged - #2553 at Mon, 16 Aug 2021 15:17:11 GMT
Fix Expert Mode Switch
2021-08-17 01:17:11 +10:00
J Blackman
6f3b50d7eb
Auto merged - #2556 at Sun, 15 Aug 2021 12:17:08 GMT
Added Analytics Tracking for Each 'Save' Button Click that Tracks Changes.
2021-08-15 22:17:08 +10:00
Michael Keller
a635e7d11a Removed unneeded BOXNAME polling. 2021-08-11 01:59:09 +12: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
5c151e0d4f
Fix Expert Mode Switch 2021-08-05 22:36:44 +02:00
J Blackman
2d268ee115
Auto merged - #2522 at Sun, 01 Aug 2021 04:17:08 GMT
Added latest Rc Smoothing changes
2021-08-01 14:17:09 +10:00
J Blackman
3db052fda4
Auto merged - #2524 at Sun, 01 Aug 2021 03:17:09 GMT
Detect board in firmware_flasher patch
2021-08-01 13:17:10 +10:00
J Blackman
03794c6699
Auto merged - #2531 at Sun, 01 Aug 2021 02:17:07 GMT
Disable feedforward switch action for old versions
2021-08-01 12:17:07 +10:00
Mark Haslinghuis
c0cda1f735
Detect board in firmware_flasher patch 2021-07-28 03:34:09 +02:00
Mark Haslinghuis
1b26bb5dcc
Adjust Modes Name CSS min-width 2021-07-25 02:14:53 +02:00
Asizon
63e3130aae Disable feedforward switch action for old versions 2021-07-08 16:13:07 +02:00
Asizon
84e4add1d7 Add on/off to i18n 2021-07-07 09:57:22 +02:00
J Blackman
5ed5d04831
Auto merged - #2523 at Tue, 06 Jul 2021 08:17:09 GMT
Fixed incorrect use of callback for control sticks window.
2021-07-06 18:17:10 +10:00
Asizon
467655ecdd Added latest Rc Smoothing changes
Requested changes and sonar

More sonar fixes

Changes to msp and rename bad old names
2021-07-05 14:41:57 +02:00
Michael Keller
6b381ff4e1 Fixed incorrect use of callback for control sticks window. 2021-06-28 14:58:04 +12:00
Asizon
68dd5dd902 Rename sliders FF to feedforward 2021-06-26 09:30:18 +02:00
J Blackman
5fb3007a17
Auto merged - #2511 at Sat, 26 Jun 2021 02:17:09 GMT
Update Feedforward to new names and values
2021-06-26 12:17:09 +10:00
J Blackman
d024dd4fbc
Auto merged - #2436 at Sat, 26 Jun 2021 01:13:51 GMT
Validate motor outputs and reset mixer if not enough resources available
2021-06-26 11:13:51 +10:00
J Blackman
1d296d5af4
Auto merged - #2475 at Sat, 26 Jun 2021 00:51:14 GMT
Make connection timeout user-configurable
2021-06-26 10:51:15 +10:00
J Blackman
31603a2e05
Auto merged - #2485 at Sat, 26 Jun 2021 00:43:00 GMT
Verify board from firmware before flashing
2021-06-26 10:43:00 +10:00
J Blackman
676b284c5f
Auto merged - #2504 at Tue, 22 Jun 2021 20:25:12 GMT
Update Dshot Bidir autodefaults and dynamic notch options
2021-06-23 06:25:12 +10:00
Asizon
2e89fa2031 Update Feedforward to new names and values
Replace all ff with feedforward

Requested changes

Fix duplicated ff name

Reenabling on/off switch

Optimize F value update

Use exiting array for PID defaults
2021-06-21 06:59:46 +02:00
Mark Haslinghuis
6fca8ad5e1 Validate motor outputs and reset mixer if not 2021-06-20 23:56:42 +02:00
Mark Haslinghuis
7af9fb28a9 Verify board from firmware before flashing 2021-06-20 03:00:50 +02:00
J Blackman
2273b36fa3
Auto merged - #2513 at Sat, 19 Jun 2021 20:25:05 GMT
Rebase of firmware_flasher.js
2021-06-20 06:25:06 +10:00
J Blackman
d0e55011bc
Auto merged - #2514 at Thu, 17 Jun 2021 20:25:05 GMT
Refactor preview of osd battery usage
2021-06-18 06:25:06 +10:00
Miguel Angel Mulero Martinez
3b867dca63 Refactor preview of osd battery usage 2021-06-16 16:35:04 +02:00
danybd
f4abe55308 cordova_serial.requestPermission() driver fix
Fight controller based on silabs CP2104 was not working as function call cordova_serial.requestPermission() without specify the driver parameter uses the default driver "CdcAcmSerialDriver" which is the wrong when usb-uart chip is a CP2104. This chip requires the driver "Cp21xxSerialDriver"

fix code smells

fix the automatically reported code smells

'CdcAcmSerialDriver' as default driver

In order to not rely on the fallback driver in the driver library define 'CdcAcmSerialDriver' explicit locally

Co-authored-by: haslinghuis <mark@numloq.nl>

add CP2102 and other CP210x single port devices into usb device filter
2021-06-16 13:02:19 +12:00
Mark Haslinghuis
8099a65de6 Fix code styling 2021-06-15 23:56:51 +02:00
J Blackman
898a6b974b
Auto merged - #2501 at Tue, 15 Jun 2021 20:25:16 GMT
feat: move firmware to modules
2021-06-16 06:25:16 +10:00
J Blackman
c44e48f51b
Auto merged - #2468 at Sat, 12 Jun 2021 20:25:18 GMT
Add support for OSD elements variants
2021-06-13 06:25:18 +10:00
J Blackman
f326092307
Merge pull request #2427 from dkustec/osd-tx-uplink-power
OSD Tx Uplink Power support
2021-06-12 14:42:29 +10:00
J Blackman
609a2a33e7
Auto merged - #2471 at Fri, 11 Jun 2021 05:17:30 GMT
Fix OSD speed unit preview
2021-06-11 15:17:30 +10:00
J Blackman
9b4a4225a3
Auto merged - #2503 at Fri, 11 Jun 2021 05:09:13 GMT
Added PT2 and PT3 filter types
2021-06-11 15:09:14 +10:00
Ivan Efimov
57666a9d7a
Merge pull request #2460 from haslinghuis/filter_cli_output
Filter MSP Output while opening CLI
2021-06-10 21:10:44 -05:00
Asizon
0096a03782 Update Dshot Bidir autodefaults and dynamic values
Missing semicolon

Added MSP workaround

Code smells fix

added missing indent
2021-06-07 18:06:57 +02:00
Asizon
b47d691953 Add PT2 and PT3 filter types 2021-06-06 10:10:10 +02:00
Asizon
c67861456d Updated Actual default values 2021-06-06 09:30:36 +02:00
Michael Keller
517393a289
Merge pull request #2495 from hydra/set-focus-on-problems-dialog
Put keyboard focus on the 'Close' button of the problems dialog.
2021-06-06 15:00:17 +12:00
Tomas Chmelevskij
d71a5f7ef3 feat: move firmware to modules
this fixes the disconnect issue
2021-06-03 21:04:46 +01:00
Mark Haslinghuis
3b90d3d520 Change Auto-Connect timeout 2021-06-03 18:59:07 +02:00
Michael Keller
ceea7ef60b
Merge pull request #2465 from klutvott123/mcu-id-for-vtx-table-lua 2021-06-04 01:57:51 +12:00
Michael Keller
1aa71c433a
Merge pull request #2483 from Sthirs/bugfix/fix-2009
Fix typing behaviour on PID inputs
2021-06-04 01:47:53 +12:00
Hydra
90de7768cf Put keyboard focus on the 'Close' button of the problems dialog to make
it quicker to dismiss.
2021-05-25 13:33:36 +02:00
Michael Keller
74b8e754c5
Merge pull request #2482 from Asizon/rc_smoothing_updates 2021-05-21 02:15:00 +12:00
Michael Keller
7a6eac5ab1
Merge pull request #2463 from chmelevskij/modules/options
feat: use modules in options tab
2021-05-18 01:26:50 +12:00
Michael Keller
dbed357356
Merge pull request #2466 from McGiverGim/fix_cli_resource
Fix autocomplete of resource pin
2021-05-18 01:16:51 +12:00
Michael Keller
c07529b6bc
Merge pull request #2470 from Asizon/dyn_notch_count_bandwidth 2021-05-18 01:14:13 +12:00
Sthirs
debf25adbd Fix typing behaviour on PID inputs
Setting the PID input value while calculating the slider display
was the cause of losing the caret position.

refs #2009
2021-05-02 21:53:11 +02:00