Pawel Spychalski (DzikuVx)
600aac2d32
Simplifications
2022-05-09 21:35:46 +02:00
Pawel Spychalski (DzikuVx)
7556c52641
Dynamic scaling
2022-05-09 21:16:28 +02:00
Pawel Spychalski (DzikuVx)
eec23b6386
Show other PID controllers conditionally
2022-05-09 20:41:58 +02:00
Pawel Spychalski (DzikuVx)
c2ad26d4d4
Basic Slider PIDs
2022-05-09 20:11:28 +02:00
Paweł Spychalski
1322fd69bd
Merge pull request #1464 from iNavFlight/MrD-Highlight-parameters-that-change-with-profiles-or-battery-profiles
...
Highlight parameters that change with profiles or battery profiles
2022-03-15 10:14:38 +01:00
Pawel Spychalski (DzikuVx)
a6f9a611d5
Add confirmation to reset PID controller
2022-03-14 14:30:19 +01:00
Pawel Spychalski (DzikuVx)
e6ed93f69b
Apply defaults confirmation
2022-03-14 14:28:07 +01:00
Darren Lines
22ab646397
Resolved conflicts
2022-03-01 20:10:47 +00:00
Darren Lines
c07b81ed45
Merge branch 'master' into MrD-Highlight-parameters-that-change-with-profiles-or-battery-profiles
2022-03-01 20:06:11 +00:00
Pawel Spychalski (DzikuVx)
005efec007
Semver cleanup
2022-02-24 13:11:47 +01:00
Darren Lines
ea20a04362
Merge branch 'master' into MrD-Highlight-parameters-that-change-with-profiles-or-battery-profiles
2022-02-23 16:30:19 +00:00
Pawel Spychalski (DzikuVx)
051e9fa00e
drop BF_CONFIG MSP frame
2022-02-23 16:02:47 +01:00
Darren Lines
3ea30993ca
Added highlights to other tabs
...
I'm sure that all parameters in configurator which can change with a battery or control profile now get highlighted. I have a couple to confirm though.
2022-02-22 22:27:11 +00:00
Darren Lines
83e4f60472
Fixed refresh. Extra table no longer is created
2021-12-28 15:45:24 +00:00
Paweł Spychalski
02ea424b9b
Merge pull request #1418 from iNavFlight/MrD-add-button-to-re-select-defaults
...
Add button to re-select defaults
2021-12-26 14:39:13 +01:00
Darren Lines
10aa1b2589
Made the Hide Unused PIDs button fit the available space
2021-12-25 19:22:47 +00:00
Darren Lines
29c0e2d007
Added button to res-select the applied defaults
...
Initial code, needs tidying.
2021-12-21 14:07:12 +00:00
Paweł Spychalski
da0b408b32
Merge pull request #1373 from iNavFlight/dzikuvx-filter-cleanup
...
remove filters settings that are no longer supported
2021-10-12 09:37:07 +02:00
Pawel Spychalski (DzikuVx)
e27cc146e5
remove filters settings that are no longer supported
2021-10-12 09:32:48 +02:00
Pawel Spychalski (DzikuVx)
84d8c59bdf
Remove Other Filters section
2021-10-12 08:46:35 +02:00
Pawel Spychalski (DzikuVx)
39ba729b7a
Update filters tab to latest version
2021-05-03 18:27:49 +02:00
Pawel Spychalski (DzikuVx)
a53cbd23ad
Minor fixes on PID Tuning tab
2020-11-07 17:19:43 +01:00
Pawel Spychalski (DzikuVx)
11c0056f95
UI for setpoint Kalman filter
2020-07-31 16:30:48 +02:00
Pawel Spychalski (DzikuVx)
da6d74abc8
Fix PID save on older FC versions
2020-06-01 11:09:27 +02:00
Pawel Spychalski (DzikuVx)
e799acf6f2
Fix PID tab for 2.4 firmware
2020-05-02 16:13:40 +02:00
Pawel Spychalski (DzikuVx)
f53784ca35
GUI for the Matrix Filter
2020-02-28 14:24:19 +01:00
Pawel Spychalski (DzikuVx)
f0f25ffd44
Configuration for RPM filters
2020-02-21 10:28:55 +01:00
Pawel Spychalski (DzikuVx)
d76e1dcb21
Catch up on Stage2 filters
2020-02-04 21:53:59 +01:00
Alberto García Hierro
0e01133fc9
Make tab loading async safe and add a small animation
...
Tab loading was relying on replacing the contents of '#content'
with the loading indicator, then replacing it with the loading tab
content and blocking rendering until the tab was ready by not
yielding. This is problematic for tabs that load some data
asynchronously, like PID and OSD.
Instead, put the loading indicator in front of everything else
and load new content inside '#content' next to the loading indicator
(but without showing it). Once the content and data are fully loaded
we fade out the loading indicator with a 0.4s long animation and
then we remove. This works for both synchronous and asynchonous
loading of tabs.
2020-01-21 18:19:06 +00:00
Pawel Spychalski (DzikuVx)
50fe8d1b10
Improvements on PID Tuning tab
2019-12-21 12:43:33 +01:00
Pawel Spychalski (DzikuVx)
21c8c856f9
Improved filters
2019-11-22 13:34:51 +01:00
Pawel Spychalski (DzikuVx)
28bb794dff
Drop less used settings
2019-11-22 13:12:14 +01:00
Pawel Spychalski (DzikuVx)
51945769c7
Basic PID Tab rework
2019-11-21 22:20:44 +01:00
Pawel Spychalski (DzikuVx)
79a16a8fe3
Cleanup 2.1 version
2019-10-27 20:17:20 +01:00
Pawel Spychalski (DzikuVx)
cb1ff69703
Cleanup INAV 2.0.0
2019-10-26 22:30:59 +02:00
Pawel Spychalski (DzikuVx)
835c2a9170
Make antigravity available only for 2.2.2 or higher
2019-09-01 18:49:46 +02:00
Pawel Spychalski (DzikuVx)
a29578840f
Iterm relax settings
2019-04-27 19:08:32 +02:00
Pawel Spychalski (DzikuVx)
384e2153fd
disable RPY D or FF depending on platfrm type
2019-03-09 12:55:09 +01:00
Pawel Spychalski (DzikuVx)
d242ecc241
Add FF component to VEL XY
2019-03-09 11:57:33 +01:00
Pawel Spychalski (DzikuVx)
521915b5a9
1.8 removed
2019-02-26 15:23:04 +01:00
Pawel Spychalski (DzikuVx)
529c40e556
1.6 is gone
2019-01-15 17:50:23 +01:00
Pawel Spychalski (DzikuVx)
d398c3a143
Unised settings hidden
2018-12-15 14:21:40 +01:00
Pawel Spychalski (DzikuVx)
4e809298aa
Acc notch filter settings
2018-12-15 14:00:07 +01:00
Alberto García Hierro
42c45648d3
Add support for editing more OSD settings from the OSD tab
...
- Voltage decimals
- Crosshairs style
- Sidebar scroll for left and right
- Sidebar scrolling arrows
2018-07-11 10:54:47 +01:00
Alberto García Hierro
be1cb6afc4
Add maximum PITCH and ROLL angles to the PID tuning tab
...
- Add Pitch and Roll angles below the rates
- Add help messages indicating that these values constrain the
maximum inclination during navigation.
- Add help messages for navigation max bank/climb/dive angles
- Add help for pitch2thr
2018-07-09 14:02:53 +01:00
Pawel Spychalski (DzikuVx)
757ca0f5a1
references to INAV 1.4 removed
2018-05-07 20:56:00 +02:00
Pawel Spychalski (DzikuVx)
73a15695c5
reference to INAV 1.0.0 removed
2018-05-07 20:43:05 +02:00
Michel Pastor
020336694c
Add manual mode rate settings to the PID tuning tab
2018-02-18 06:33:44 +01:00
Pawel Spychalski (DzikuVx)
973aec053e
some rationalization in PID table generation and PID names no longer taken directly from FC
2017-03-11 18:45:51 +01:00
Pawel Spychalski (DzikuVx)
51a550b1c2
GUI for notch filters'
2017-01-19 22:18:58 +01:00