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

846 commits

Author SHA1 Message Date
WalcoFPV
e91c76f89b DarkTheme auto change when prefers color scheme change 2020-06-18 10:08:11 +02:00
mikeller
3335de3a9e Updated version to 10.8.0, updated supported API version to 1.44. 2020-06-14 19:34:41 +12:00
mikeller
81c41d331f Fixed PID tuning sliders disabling on certain values. 2020-06-09 00:26:31 +12:00
mikeller
899063b998 Fixed reporting of PID loop settings. 2020-06-07 12:21:09 +12:00
Michael Keller
e14b560c6f
Merge pull request #2047 from Asizon/fix_superexporates_typo
Fix superexpoRates typo on pidtuning tab
2020-06-07 00:58:33 +12:00
Asizon
3f679c3a05 Fixed cell count negative value reads 2020-06-04 20:45:23 +02:00
Asizon
2bf7fae672 Fix typo on superexporates 2020-06-04 13:50:37 +02:00
Michael Keller
fb8e66b7a4
Merge pull request #2043 from mikeller/add_local_file_header_injection
Added injection of custom defaults header when flashing local file.
2020-06-03 07:09:08 +12:00
mikeller
53c0e01a1b Added injection of custom defaults header when flashing local file. 2020-06-01 23:22:47 +12:00
mikeller
16b0cfc051 Fixed the antigravity feature switch. 2020-06-01 21:05:29 +12:00
mikeller
84604a6e4f Combined gyro analytics into one event. 2020-05-30 01:47:00 +12:00
Alberto García Hierro
6b2c59b571 [OSD] Add support for FrSky OSD
Add peripheral bit definitions to check the port function mask.
Depends on #1851
Depends on #1852
2020-05-25 14:53:17 +01:00
Alberto García Hierro
778e834759 [OSD] Correctly detect devices compatible with MAX7456 fonts
Use the flags added in https://github.com/betaflight/betaflight/pull/9333
to detect wether the font manager dialog should be shown. This fixes the
that was preventing the Font Manager dialog to be shown when FrSky OSD
was in use.
2020-05-25 14:38:57 +01:00
Asizon
cab4d89deb Revise some new API_VERSION constants 2020-05-09 18:22:46 +02:00
Michael Keller
41a8281efe
Merge pull request #2005 from Asizon/fix_antigravity_gain 2020-05-07 02:24:39 +12:00
Asizon
d32fe20ddc Fix antigravity gain value
sonar issue,remove unneded math,const renamed

Moved const inside if

Moved const inside else
2020-05-08 11:56:12 +02:00
Michael Keller
39c2d6384d
Merge pull request #2000 from mikeller/fix_reset_dialog_timeout 2020-05-05 00:36:18 +12:00
mikeller
45fdccf0b0 Fixed timeout closing of 'Reset to custom defaults' dialog. 2020-05-04 00:10:23 +12:00
mikeller
59cb2d29a0 Removed unused compass declination setting. 2020-05-02 23:16:06 +12:00
Michael Keller
f7630e8d4e
Merge pull request #1983 from Asizon/fix_auto-smoothness_max 2020-04-29 00:39:07 +12:00
Michael Keller
90e198dd1f
Merge pull request #1982 from mikeller/fix_link_opening 2020-04-29 00:17:57 +12:00
Miguel Angel Mulero Martinez
267e4973cd Add Traditional Chinese translation 2020-04-28 08:37:43 +02:00
Miguel Angel Mulero Martinez
0fcf3564c2 Add Hungarian translation 2020-04-27 15:17:50 +02:00
Asizon
73707e7cc8 Remove unnecesary function 2020-04-26 14:40:44 +02:00
Asizon
6824ce3b56 Fix auto-smoothness max 2020-04-26 11:32:02 +02:00
mikeller
732cccc1f4 Fixed opening of links in an external app. 2020-04-26 20:40:54 +12:00
Michael Keller
433fe20ab4
Merge pull request #1981 from Asizon/fixResetToCustomDefaultsDialog 2020-04-26 17:11:19 +12:00
Asizon
80c94baedf Fix custom defaults dialog 2020-04-24 15:53:20 +02:00
Asizon
2c45c1b244 Fix closing problems dialog
call before landing page
2020-04-23 15:49:05 +02:00
ctzsnooze
3b2d7a837d PD Ratio Slider now adjusts D, fixes yaw P issue, tooltip update
Makes for more logical P:D ratio changes; fix P first, then tune D.
Also fixes issue with P:D ratio slider changing P on pitch and roll, but not yaw.
Allows increasing yaw P default to 45
Update tooltip message to suit change.
2020-04-20 22:49:51 +12:00
Michael Keller
2babfba95d
Merge pull request #1966 from ctzsnooze/Make-yaw-FF-slider-same-as-others
Yaw Response slider to work like pitch and roll
2020-04-20 02:03:26 +12:00
Michael Keller
1dc0aa3c82
Merge pull request #1968 from atomgomba/fix/osd-save-button-restore-label-after-save
Fix OSD tab save button behavior
2020-04-20 01:59:02 +12:00
Michael Keller
2c514f8999
Merge pull request #1932 from atomgomba/sonar-fix/logo-manager
LogoManager SonarLint fixes
2020-04-20 01:57:00 +12:00
ctzsnooze
e88c94bcb5 Update yaw P in configurator to 45 2020-04-15 10:08:49 +10:00
Károly Kiripolszky
c70cb50bda SonarLint fixes 2020-04-13 17:28:09 +02:00
Károly Kiripolszky
423b96bb04 Fix OSD save button behavior 2020-04-13 17:22:31 +02:00
ctzsnooze
00fc06bbb3 Yaw Response slider now works like pitch ansd roll 2020-04-13 21:20:36 +10: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
Michael Keller
69ab24e0f3
Merge pull request #1952 from Asizon/derivateToDMax
Renamed Derivative to DMax when using Dmin
2020-04-11 13:15:15 +12:00
Michael Keller
db90209a37
Merge pull request #1953 from mikeller/fix_angle_mode_naming
Fixed naming of ANGLE mode in OSD preview.
2020-04-11 13:15:03 +12:00
Michael Keller
4624a030d4
Merge pull request #1951 from Asizon/slidersPidDefaults
Improved version PID defaults Sliders reading
2020-04-11 13:14:53 +12:00
Michael Keller
efe82eccc7
Merge pull request #1933 from mikeller/support_disabled_motor_protocol
Added support for disabling the motor output protocol.
2020-04-11 12:41:50 +12:00
mikeller
52e16c599f Fixed naming of ANGLE mode in OSD preview. 2020-04-08 23:49:45 +12:00
Asizon
9f65a1088c Derivate to DMax using Dmin 2020-04-08 10:54:23 +02:00
Asizon
a9530fd5fc Improved new PID defaults Sliders reading 2020-04-07 13:15:52 +02:00
Michael Keller
a74701aafe
Merge pull request #1949 from Asizon/fixDValues
Fix D values when Dmin disabled and autoadjust, coordination with new Dmin values
2020-04-07 22:29:17 +12:00
Asizon
064f7ba5d8 Better defaults read 2020-04-07 07:26:28 +02:00
Asizon
19d4db4346 Coordinated with new Dmin values
Move Default_pids down
2020-04-06 16:55:46 +02:00
Asizon
a9c2184976 Fix D values when Dmin disabled 2020-04-06 09:13:33 +02:00