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

137 commits

Author SHA1 Message Date
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
mikeller
f4cc925f8e Cleaned up PID tab, made blocks show / hide properly. 2016-07-01 00:38:26 +12:00
mikeller
e77de7dba7 Fixed bug in yaw rate curve display for version < 2.8.1 2016-06-30 22:18:03 +12:00
Anthony Dmitriyev
a0b2d9a090 Rates preview for PID Tuning tab 2016-06-29 22:26:21 +01:00
mikeller
5e15aab460 Merge branch 'master' of https://github.com/betaflight/betaflight-configurator into move_throttle_settings_into_pid_tab 2016-06-29 01:22:05 +12:00
mikeller
d527896159 Moved throttle settings into PID tab. 2016-06-29 01:21:30 +12:00
U-DESKTOP-12PPI61\boris.bozic
ff6d8d3e93 Version 1.5 2016-06-27 14:45:01 +02:00
U-DESKTOP-12PPI61\boris.bozic
c86b6f9a29 Increase the range of graph 2016-06-26 14:50:44 +02:00
U-DESKTOP-12PPI61\boris.bozic
040e09088f Better rate curve // Still needs some optimising 2016-06-25 02:22:54 +02:00
U-DESKTOP-12PPI61\boris.bozic
a116ce6b05 Implement version checking part 2 2016-06-24 15:19:38 +02:00