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

5765 commits

Author SHA1 Message Date
Mark Haslinghuis
114256becc Update html, messages, dropdown 2021-11-28 13:32:41 +11:00
J Blackman
662ff529c2
Auto merged - #2655 at Sat, 27 Nov 2021 09:17:08 GMT
RFC Dynamic Idle
2021-11-27 20:17:09 +11:00
J Blackman
074c03f0e6
Auto merged - #2666 at Sat, 27 Nov 2021 08:17:11 GMT
Fixed Android File System
2021-11-27 19:17:11 +11:00
Ivan Efimov
bf422146f5 Presets: fix border of the preset title in the detailed dialog 2021-11-27 01:12:35 -06:00
ctzsnooze
7040a5b390
Merge pull request #2660 from haslinghuis/fix_tab_switch
Fix tab switching
2021-11-27 11:05:44 +11:00
haslinghuis
a45cc1d8c7
Merge branch 'master' into fix_tab_switch 2021-11-26 02:49:56 +01:00
J Blackman
474ff80240
Auto merged - #2489 at Fri, 26 Nov 2021 01:17:29 GMT
Presets for Betaflight Configurator
2021-11-26 12:17:29 +11:00
WalcoFPV
c5bb584520 Fixed Android File System 2021-11-25 22:57:20 +01:00
J Blackman
ddf817cfb8
Merge pull request #2638 from haslinghuis/rfc_filters 2021-11-26 06:35:26 +11:00
Asizon
5a13439897 fix integrated yaw usage
move code to pidtuning.js

fix tuningsliders
2021-11-25 07:38:23 +01:00
haslinghuis
92948e2212
Merge branch 'master' into rfc_filters 2021-11-25 04:31:28 +01:00
J Blackman
7e08f9fe0b
Merge pull request #2656 from haslinghuis/rfc_feedforward_max_rate_limit_and_feedforward_jitter_factor
RFC feedforward max_rate_limit and jitter_factor
2021-11-25 12:25:56 +11:00
Mathias Rasmussen
380aa3217f Update github issues templates 2021-11-25 01:33:41 +01:00
Ivan Efimov
e63a5fe642 Presets TAB 2021-11-23 22:28:56 -06:00
Mark Haslinghuis
319bd852bf RFC Dynamic Idle 2021-11-21 21:54:08 +01:00
Mark Haslinghuis
1801ead814
Fix tab switching 2021-11-20 02:16:08 +01:00
Mark Haslinghuis
a11c7616a5
RFC feedforward max_rate_limit and jitter_factor 2021-11-18 21:42:01 +01:00
Mark Haslinghuis
d57ce5ffd1
rfc filter sliders
Fix manual input

improve gyro and dterm

Fix expo

Fix enabling gyro dyn lpf 1 to use slider value instead of default

Fix enabling dterm dyn lpf 1 to use slider value instead of default

Change labels to static

Refactor left panel

right panel

Add switches

latest fixes

save filter type on lp1

Remove need to save if changing switches

Change lowpass html

Change slider on/off behavior

Fix enable/disable filter mode selectors

Reworked to work with legacy and firmware sliders

Change gyro warning limit to 1.4 as in 10.7 (limon)
2021-11-17 04:24:31 +01:00
J Blackman
dd183f0412
Auto merged - #2634 at Tue, 09 Nov 2021 07:17:18 GMT
Split header and fix i18n message
2021-11-09 18:17:18 +11:00
Asizon
e86ab5cf6a update azure windows image
update image for android build

fix variable
2021-11-06 08:56:25 +01:00
haslinghuis
41747c65b6
Merge pull request #2645 from Asizon/azurefix
Fix azure linux image
2021-10-29 22:39:48 +02:00
Asizon
8b7566d0ff add vmimage into release step 2021-10-29 07:25:18 +02:00
Asizon
b2f2d276c7 fix azure linux image 2021-10-28 07:38:37 +02:00
haslinghuis
2dca1e7243
Merge pull request #2633 from haslinghuis/fix_save_restore
Extend save and restore for all settings (pid-tuning)
2021-10-15 00:35:15 +02:00
Mark Haslinghuis
4c9fbc6a63 Split header and fix i18n message
Fix sonar bug

Remove comment
2021-10-14 18:58:03 +02:00
haslinghuis
1315fa57cf
Merge pull request #2626 from mikeller/remove_repetitive_logging
Removed repetitive logging on slider move.
2021-10-14 13:20:59 +02:00
haslinghuis
88b7c9a4d9
Merge pull request #2575 from Asizon/convert_serial_protocols_select2
Convert serial rx and Spi rx protocols selectors to Select2
2021-10-13 22:24:16 +02:00
haslinghuis
dc5d1d9b05
Merge pull request #2627 from mikeller/add_sliders_mode_internationalisation
Added internationalisation support for the sliders mode drop down.
2021-10-13 22:23:25 +02:00
Mark Haslinghuis
5b5ae0dc1a
Fix Dmin in RP mode 2021-10-13 21:46:41 +02: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
haslinghuis
faa3982890
Merge pull request #2628 from mikeller/add_lpuart1_support
Added support for LPUART1.
2021-10-11 00:54:41 +02:00
Hydra
d2f9b7fde7 Fix pre-existing code-smells. 2021-10-10 16:34:33 +02:00
Hydra
2683824b64 Verify target has all addresses found in the hex file instead of
verifying the size.

As noted in PR #2512 simply verifying the size of the hex file is not
extensible and is not how hex files are designed to be used.

A hex file can contains many non-contiguous blocks of data.

This also supports targets with any partition layout.

Additionally, this provides a more flexible way of providing hex files
which can now contain data for non-contiguous blocks, e.g. firmware +
config or firmware + osd fonts.
2021-10-10 16:34:33 +02:00
Michael Keller
203583b799 Added support for LPUART1. 2021-10-10 15:10:45 +13:00
Michael Keller
5477deffa8 Added internationalisation support for the sliders mode drop down. 2021-10-10 14:36:22 +13:00
Michael Keller
f98c2966c7 Removed repetitive logging on slider move. 2021-10-10 13:59:27 +13:00
Michael Keller
bd2640b2af
Merge pull request #2623 from haslinghuis/handle_expert_settings 2021-10-10 13:57:33 +13:00
J Blackman
16acc68182
Auto merged - #2622 at Sat, 09 Oct 2021 22:17:06 GMT
Fixed text for the PID profile reset button.
2021-10-10 09:17:06 +11:00
Mark Haslinghuis
ae8eebf644
remove dd an ff switch 2021-10-09 21:56:24 +02:00
Mark Haslinghuis
348198d9be Handle expert settings
reduce code

Add props

Allow changing mode without save inbetween

Fix affecting touching slider
2021-10-09 00:27:22 +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
haslinghuis
3f74761558
Merge pull request #2621 from haslinghuis/slider_patch
Small patch
2021-10-06 04:34:35 +02:00
Michael Keller
9a68f0b187 Fixed text for the PID profile reset button. 2021-10-06 01:44:28 +13:00
Mark Haslinghuis
1251120115
Small patch 2021-10-05 13:01:32 +02:00
Michael Keller
2b98947fb4
Merge pull request #2616 from haslinghuis/fix_reset_profiles 2021-10-04 23:50:13 +13: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
J Blackman
4583ad4a0d
Auto merged - #2615 at Fri, 01 Oct 2021 21:17:07 GMT
Fixed parsing of firmware versions to support multi-digit versions.
2021-10-02 07:17:07 +10:00
Michael Keller
7152730e20 Fixed parsing of firmware versions to support multi-digit versions. 2021-10-01 02:02:09 +13:00
Michael Keller
27ad23c970
Merge pull request #2572 from haslinghuis/change_sliders 2021-10-01 00:11:42 +13:00