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

138 commits

Author SHA1 Message Date
U-DESKTOP-12PPI61\boris.bozic
2130cc778f Increase Configurable Filter Range 2017-01-23 09:30:08 +01:00
Michael Keller
2e5d875ddf Added level angle limit and level sensitivity. 2017-01-13 18:57:34 +13:00
skaman82
6876012745 some PID tab cleanups 2016-10-26 00:49:41 +02:00
Michael Keller
da02712bea Hide gyro notch filter 2 settings for firmware < 3.0.1. 2016-10-13 13:05:41 +13:00
mikeller
23d0a8eb5f Added gyro notch 2 filter. 2016-10-12 01:48:03 +13:00
U-DESKTOP-12PPI61\boris.bozic
0e9283d2ec Repurpose pterm setpoint weight 2016-10-02 01:30:56 +02:00
Gary Keeble
77c5670d60 Corrections as per PR comments
1. Moved plotStickPositions() function to RateCurve.js and renamed to
drawStickPositions()
2. Modified currentValue to prevent 0/-0 flickering.
3. Layers given unique id’s to remove indexing.
4. RC value monitoring now in function TABS.pid_tuning.checkRC()
5. updateRateLabels now in function TABS.pid_tuning.updateRateLabels()
6. Moved drawAxisLabel() and drawBaloonLabel() into function
TABS.pid_tuning.updateRateLabels() (as they are only used there)
2016-09-18 14:14:54 +01:00
Gary Keeble
3a77c7fade Rates Graph Update
Prevent the balloon labels from overlapping,
Add dynamic stick position indicators to rates graph
Add minimum font size to text (for low DPI monitors).
Extend the length of the pointer on the balloons
Multi-Layer Canvas'
Add window resize triggers
Add current stick position values
Remove 360deg axes lines and code tidy
2016-09-17 08:03:00 +01:00
Michael Keller
b495a7da8e Fixed more spacing issues on the PID tab. 2016-09-13 00:49:44 +12:00
Michael Keller
bd931342f6 Moved RC interpolation settings into receiver tab. 2016-09-09 15:48:36 +12:00
U-DESKTOP-12PPI61\boris.bozic
8017002773 Replace pterm setpoint weight with Super Expo PID relaxation 2016-09-09 00:53:38 +02:00
Michael Keller
9d796752f8 Added deadband to curves and model calculations. Also fixed rates curve bug in pre 2.8. 2016-09-08 08:56:59 +12:00
TheAngularity
a13885be85 fixed wrong slider range from ptermSetpoint 2016-09-06 22:16:07 +02:00
Michael Keller
275d5d15a3 Added 'Super Rates' title, reverted pterm setpoint weight range. 2016-09-07 07:51:47 +12:00
TheAngularity
d564d05c04 fixed column width in accel table title bar 2016-09-06 09:48:09 +02:00
borisbstyle
9c564a4bfe Merge pull request #258 from betaflight/new_rc_rates
Added new rc rate calculation to rates curve. Removed SUPER_EXPO feature for >= 3.0
2016-09-06 01:56:39 +02:00
U-DESKTOP-12PPI61\boris.bozic
5a4c2e59d6 Increase Pterm setpoint weight range 2016-09-06 01:52:20 +02:00
Michael Keller
b94f25f2eb Removed 'rcExpoPower'. 2016-09-06 11:39:59 +12:00
mikeller
1da5219bf2 Added new rc rate calculation to rates curve. Removed SUPER_EXPO feature for >= 3.0.
Added support for RC Expo Power setting.

fixed titlebar in pid tuning tab

request from @mikeller #252
fixed titlebar from pid tuning and accel
2016-09-05 11:02:33 +12:00
skaman82
7de6d1d55f Fix for #254
Some CSS work in the PID tab
2016-08-29 03:38:36 +02:00
U-DESKTOP-12PPI61\boris.bozic
21fa9f8929 Fix for dterm setpoint range 2016-08-24 23:52:22 +02:00
U-DESKTOP-12PPI61\boris.bozic
c13b793809 1.7.6 version 2016-08-24 01:13:46 +02:00
mikeller
72fc7b6f91 Created subtab for PID filters. Added filter setting to PID tuning tab. 2016-08-21 23:19:56 +12:00
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
U-DESKTOP-12PPI61\boris.bozic
f239b1bd9c Add tooltips and refactor 2016-08-05 12:39:43 +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
91ccc659d4 Added support for rateprofile switching.
Fixed rateprofile switching.
2016-08-02 13:25:41 +12:00
skaman82
e97f6685d4 Cleanup of the PID tab layout 2016-07-31 17:10:53 +02: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
Michael Keller
9a571ac2c4 Fixed tab display for Angle / Horizon settings. 2016-07-12 07:37:38 +12:00
TheAngularity
500bbbb28c Update pid_tuning.html
- Edited the order Angle and Horizon
- fix to read and store correct pid level values
2016-07-09 19:46:36 +02: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
4986ce387f Fixed help ballon placements. 2016-07-05 23:41:21 +12:00
mikeller
c335e88e06 Fixed #73 2016-07-04 19:36:19 +12:00
U-DESKTOP-12PPI61\boris.bozic
5ed8ef1609 Add some tips 2016-07-04 00:22:46 +02: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
skaman82
b0ec88ce5a css fix 2016-06-30 15:20:23 +02:00
mikeller
f4cc925f8e Cleaned up PID tab, made blocks show / hide properly. 2016-07-01 00:38:26 +12:00
skaman82
ecfb1bcbca PID Tab cleanup 2016-06-30 11:49:43 +02:00
Anthony Dmitriyev
a0b2d9a090 Rates preview for PID Tuning tab 2016-06-29 22:26:21 +01:00
mikeller
d527896159 Moved throttle settings into PID tab. 2016-06-29 01:21:30 +12:00
U-DESKTOP-12PPI61\boris.bozic
3bdba9d615 Add tuning tips 2016-06-26 14:33:53 +02:00