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

146 commits

Author SHA1 Message Date
mikeller
bd43669459 Moved yaw jump prevention to separate row. Added help text.
Hide 'Yaw jump prevention' row for Betaflight PID controller.
2016-08-08 08:10:45 +12:00
Michael Keller
7934d78e5f Merge pull request #189 from mikeller/make_rc_interpolation_interval_dynamic
Made display of rcInterpolationInterval dynamic.
2016-08-08 07:31:13 +12:00
mikeller
3511ca7f71 Fixed persisting of SUPEREXPO_RATES setting. 2016-08-07 01:10:14 +12:00
mikeller
3ded21c22f Made display of rcInterpolationInterval dynamic. 2016-08-06 10:06:47 +12:00
U-DESKTOP-12PPI61\boris.bozic
9150774642 Hide rc interpolation when manual not selected 2016-08-05 12:51:52 +02:00
U-DESKTOP-12PPI61\boris.bozic
bf2ddf0c12 Merge branch 'master' of https://github.com/betaflight/betaflight-configurator 2016-08-05 12:43:20 +02:00
U-DESKTOP-12PPI61\boris.bozic
f239b1bd9c Add tooltips and refactor 2016-08-05 12:39:43 +02:00
mikeller
cf62ac8841 Fixed hiding of rcSmoothing parameters. 2016-08-05 21:05:13 +12:00
U-DESKTOP-12PPI61\boris.bozic
63e806a2bd Hide new params for older version 2016-08-05 09:30:59 +02:00
mikeller
e83314c65c Added dterm setpoint weight to PID tab.
Added new PID tuning settings.

Moved controller parameters to bottom, made them hide when not relevant.
2016-08-05 13:19:45 +12:00
mikeller
74cf83a3bf Fixed profile switching when not on PID tab. 2016-08-05 02:24:29 +12:00
Michael Keller
e6d12761e2 Fixed backup / restore with profile switching. 2016-08-03 09:38:01 +12:00
U-DESKTOP-12PPI61\boris.bozic
9f5cce77d8 Add Support for v2.9.1 MSP 2016-08-02 21:54:50 +02:00
Anton Stålheim
770a6272d0 Merge pull request #166 from mikeller/cleanup_profile_loading
Added support for rateprofiles.
2016-08-02 08:48:33 +02:00
mikeller
91ccc659d4 Added support for rateprofile switching.
Fixed rateprofile switching.
2016-08-02 13:25:41 +12:00
U-DESKTOP-12PPI61\boris.bozic
a1bdaa9127 Hide broken rc_rate_yaw for pre 2.9 2016-08-01 20:38:48 +02:00
nathan
a01f88dc23 oh versioning... 2016-07-30 10:24:35 -07:00
nathan
90932aa25a this should be all in one variable... its so confusing right now 2016-07-30 02:39:48 -07:00
nathan
f9dbdf661d implement verison checking in conflicting msp commands 2016-07-30 02:29:59 -07:00
nathan
0412c4b113 gaaaa versions are inconsistent! 2016-07-30 02:00:06 -07:00
nathan
9ce7f76f27 load the right config based on version and fix a typo 2016-07-30 01:22:14 -07:00
nathan
00e89a1dae call special params or pid advanced depending on the api version 2016-07-30 01:15:46 -07:00
nathan
26e7b5e9ea chain, don't double-instantiate 2016-07-30 00:52:37 -07:00
nathan
010b3378a3 Revert "Fixed PID controller selection."
This reverts commit 2559bbc1ea.
2016-07-30 00:40:25 -07:00
mikeller
6846df962b Fixed reading PID controller value. 2016-07-29 21:37:04 +12:00
Michael Keller
2559bbc1ea Fixed PID controller selection. 2016-07-29 15:26:28 +12:00
mikeller
6da7383d61 Changes to MSP to make it work with Betaflight branch 'msp_cleanup'. 2016-07-29 14:54:03 +12:00
mikeller
0c8536dbe3 Merge branch 'master' of https://github.com/betaflight/betaflight-configurator into cleanup_profile_loading 2016-07-27 17:52:55 +12:00
Michael Keller
b24ff4dfad Fix for failsafe feature. 2016-07-27 13:14:00 +12:00
TheAngularity
6144c9856f fixed typo 2016-07-26 22:48:44 +02:00
Michael Keller
083214a22d Fixed version check. 2016-07-27 07:13:38 +12:00
mikeller
622a4fb821 Clean up profile loading. 2016-07-27 02:46:13 +12:00
mikeller
83fea65e1c Moved profile selection into PID Tuning tab. Did some visual cleanup. 2016-07-26 00:49:59 +12:00
mikeller
9594cbded5 Centralised feature handler in BF_CONFIG. Switched all access to features to use the handler. 2016-07-24 23:30:51 +12:00
mikeller
40042b2ffd Moved 'VBat PID Compensation' into PID tab. 2016-07-22 23:56:17 +12:00
U-DESKTOP-12PPI61\boris.bozic
60e3da5614 Change PID controllers 2016-07-18 00:50:50 +02:00
mikeller
ed5d11cd56 Fixed 'Show All PIDs' button. 2016-07-17 12:18:19 +12:00
Michael Keller
2196fa0dba Merge pull request #98 from mikeller/remove_rate_factor
Moved scaling factor for rates calculation into 'RateCurve'.
2016-07-12 07:40:07 +12:00
TheAngularity
c4f412c603 Update pid_tuning.js
fix to read and store correct pid level values
2016-07-09 19:49:51 +02:00
mikeller
bc58101ab7 Moved scaling factor for rates calculation into 'RateCurve'. 2016-07-08 09:21:32 +12:00
mikeller
b398c271c4 Cleaned up rates calculation and display a bunch. 2016-07-08 00:12:09 +12:00
Anthony Dmitriyev
10b51a1b83 Cleanup for model/rates 2016-07-07 00:56:40 +01:00
Anthony Dmitriyev
86352b2a61 3D model to respect rates 2016-07-06 23:13:07 +01:00
mikeller
6694faff33 Moved switching of 'FEATURE_SUPEREXPO_RATES' to PID tab. 2016-07-06 22:26:11 +12:00
Michael Keller
67bad649ec Fixed rates curve display for legacy rates. 2016-07-06 12:12:54 +12:00
mikeller
f5045e4f68 Refactored rate curve into file of its own.
Improved scaling of rate curves
2016-07-06 01:44:45 +12:00
mikeller
0a95079577 Fixed #73 2016-07-04 19:37:26 +12:00
mikeller
e885979d89 Added support for new rate profiles. 2016-07-04 08:15:08 +12:00
Michael Keller
ce9791f148 Cleaned up show / hide PID code a bunch. 2016-07-01 10:51:47 +12:00
mikeller
df3d39fa92 Made throttle rates display properly, made 'Show all PIDs' persist across tab reloads. 2016-07-01 09:08:16 +12:00