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

59 commits

Author SHA1 Message Date
IvoFPV
35dd326778 Add tuning sliders 2019-09-07 13:00:39 +02:00
IvoFPV
26706f289a Fix dmin on/off calculation and dmin limit 2019-09-04 12:42:40 +02:00
Károly Kiripolszky
f1ce8075ad keep active subtab selected on PID Tuning tab, change displayed data only 2019-09-02 11:25:36 +02:00
IvoFPV
34ca57fec2 Fix wrapping 2019-08-24 18:19:51 +02:00
IvoFPV
61d0b1e857 Dmin set per default ratio 2019-08-24 09:57:35 +02:00
IvoFPV
72b00c1d91 Add dmin note, remove spacer on wrap 2019-08-24 09:21:51 +02:00
IvoFPV
39a81a0728 Improve pid tuning tab style and layout 2019-08-22 12:17:22 +02:00
IvoFPV
dcfb587302 Change notice and add api version check 2019-08-11 11:40:40 +02:00
IvoFPV
065d7176f3 Add dynamic notch disabled warning 2019-08-11 11:09:50 +02:00
IvoFPV
b39f7df5f7 Add dyn notch to UI try2 2019-08-10 14:48:30 +02:00
IvoFPV
1fb5c046f4 Add iterm relax cutoff to UI 2019-08-08 00:23:48 +02:00
Kyle K
321c795de0 moving colors from html into the .css files 2019-06-28 23:42:35 +00:00
Michael Keller
b4930064a6
Adjust dmin limit logic (#1382)
Adjust dmin limit logic
2019-04-29 01:26:44 +12:00
Miguel Angel Mulero Martinez
224deb7303 Hide SmartFeedforward MSP API 1.42 2019-04-15 19:12:43 +02:00
Michael Keller
0ef835947f
Merge pull request #1377 from mikeller/fix_notch_range_adjustments
Fixed notch range adjustments.
2019-04-16 00:20:15 +12:00
Bruce Luckcuck
00c55d7fb5 Adjust dmin limit logic
Previously dmin values would reset to 0 if the user decreased the D value below the current setting for dmin on a given axis. Now adjust the max for the dmin value to be D - 1 and set the dmin value to that. Prevents unexpected resets of dmin to 0 when adjusting the D gains.
2019-04-14 11:30:57 -04:00
mikeller
b34a6642f2 Fixed notch range adjustments. 2019-04-14 20:56:23 +12:00
Ian Murphy
991c051e80 Updated to MSP API v1.42 & rebased onto master. 2019-04-12 20:36:45 +01:00
mikeller
e9d83f62a2 Fixed lowpass filter settings. 2019-04-09 06:33:48 +12:00
Bruce Luckcuck
fcf802b8d4 Add support fo filtering defaults based on firmware version
Ensures that when filters are enabled the defaults used are appropriate for the firmware version.
2019-04-03 09:37:50 -04:00
Kenneth Mitchell
e0e7c8a423 Do not change dyn_lpf_gyro_max_hz. 2019-03-17 18:46:20 -04:00
Miguel Angel Mulero Martinez
5a5e87a2a0 Add integrated yaw to the Configurator 2019-03-14 11:46:59 +01:00
Miguel Angel Mulero Martinez
bad5b7c627 Add D Min feature to PIDs tab 2019-03-12 13:56:29 +01:00
Miguel Angel Mulero Martinez
9f2e608530 Add dynamic lpf and dterm filters 2019-03-08 08:25:23 +01:00
Michael Keller
ba6770702e
Merge pull request #1240 from klutvott123/Fix-rc-expo-background-color
Fix rc expo background color
2018-12-02 23:25:09 +13:00
Michael Keller
6f314dd1bb
Merge pull request #1236 from klutvott123/Change-slider-behaviour
Change slider behaviour
2018-11-28 22:55:44 +13:00
Hans Christian Olaussen
b6201bae77 Fix rc expo background color 2018-11-28 00:15:27 +01:00
Hans Christian Olaussen
4a8af98183 Fix comment indent 2018-11-28 00:06:35 +01:00
Hans Christian Olaussen
4c6898c200 Added comments for coupled control events 2018-11-27 23:21:38 +01:00
Hans Christian Olaussen
7ab957a88e Change slider behaviour
Use on input event instead of change. Change only fires when mousebutton is released.
2018-11-25 18:28:34 +01:00
Bruce Luckcuck
892640e35f Add throttle limit to PID Tuning tab 2018-11-24 20:07:25 -05:00
Trond G. Ziarkowski
68adc30de8 Independent rates settings for roll and pitch 2018-09-09 11:46:56 +02:00
mikeller
4a67c40140 Fixed exception when rates curve not showing. 2018-08-31 01:38:11 +12:00
Sean M
82a786dcba Set rate profile to copy 2018-08-21 19:50:51 -04:00
Miguel Angel Mulero Martinez
6137913a5f Add feedforward to the tooltip and fix some PIDF 2018-07-27 08:14:15 +02:00
Michael Keller
ea53b766ad
Merge pull request #1132 from McGiverGim/simplify_acro_trainer_slider
Simplify Acro Trainer Slider
2018-07-26 22:07:05 +12:00
Michael Keller
d76546bef9
Merge pull request #1126 from McGiverGim/add_antigravity_type
Add Anti Gravity Mode
2018-07-26 07:24:50 +12:00
Miguel Angel Mulero Martinez
ce37a5343b Simplify Acro Trainer Slider
Limit the range to 10-80 (actually was 0, 10-80)
2018-07-25 15:18:15 +02:00
Michael Keller
704f06419f
Merge pull request #1125 from McGiverGim/remove_unused_pids
Remove unused PIDs
2018-07-23 22:48:39 +12:00
Miguel Angel Mulero Martinez
16c5f9feb5 Add Anti Gravity Mode 2018-07-23 11:50:47 +02:00
Miguel Angel Mulero Martinez
b6b5608aee Remove unused PIDs 2018-07-23 10:34:11 +02:00
Michael Keller
c5dfaea1a8
Merge pull request #1121 from atomgomba/feature-remember-last-tab
Add option to reopen last tab on connect
2018-07-23 19:44:40 +12:00
Miguel Angel Mulero Martinez
1e1952b16b Refactor PID table 2018-07-22 18:57:19 +02:00
Miguel Angel Mulero Martinez
25e4e7f6ca Add feedforward support 2018-07-22 18:55:58 +02:00
Kiripolszky Károly
c4e9d1778c load mixer config on demand 2018-07-22 17:21:33 +02:00
Miguel Angel Mulero Martinez
b543ebf3ef Add new PID elements for version 3.5
- iterm rotation
- smart feedforward
- iterm relax
- absolute control
- acro trainer
2018-07-22 09:48:11 +02:00
Miguel Angel Mulero Martinez
637cc28f26 Use defaults for notch cutoffs 2018-06-16 08:47:12 +02:00
Miguel Angel Mulero Martinez
b6fdc0ea06 Fix max cutoff when reactivating notch 2018-06-09 20:30:16 +02:00
Michael Keller
ece187ca31
Merge pull request #1039 from McGiverGim/new_filters_stage2
Add new filters Stage 2
2018-06-08 20:14:22 +12:00
Miguel Angel Mulero Martinez
3be244e7a5 Refactor and up to date filters for Betaflight 3.4 2018-06-07 19:50:33 +02:00