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

118 commits

Author SHA1 Message Date
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
Pawel Spychalski (DzikuVx)
3f196a9505 MSP_STATUS removed from manual pulls 2017-01-18 19:54:26 +01:00
Pawel Spychalski (DzikuVx)
d1483e5e26 tab tasks unified 2017-01-18 16:50:35 +01:00
Pawel Spychalski (DzikuVx)
d1fcb81017 timing methods extracted to separate classes 2017-01-18 15:54:45 +01:00
U-PAWEL-X220\pawel
c64d5f5ea0 MSP chainer for pid_tuning tab 2017-01-06 20:09:41 +01:00
Pawel Spychalski (DzikuVx)
18a00dedf8 MSP refactoring 2016-11-29 19:47:47 +01:00
Pawel Spychalski (DzikuVx)
e231aed13a overhaul 2016-11-20 18:24:20 +01:00
Pawel Spychalski (DzikuVx)
4d2882e353 options moved 2016-11-20 12:17:55 +01:00
Pawel Spychalski (DzikuVx)
649da56163 ignore rates 2016-11-20 09:24:24 +01:00
Pawel Spychalski (DzikuVx)
d503cb92c7 Filtering configuration 2016-11-19 20:17:23 +01:00
Pawel Spychalski (DzikuVx)
ea9efd4622 Yaw jump and prevention limit 2016-11-19 17:57:40 +01:00
Pawel Spychalski (DzikuVx)
4f3037e7cd MagHold Yaw rate limit UI 2016-11-19 14:18:49 +01:00
Pawel Spychalski (DzikuVx)
1f0ede0120 pid tab optimizations 2016-08-29 19:22:35 +02:00
Pawel Spychalski (DzikuVx)
c6e81d991f dropped PID values scaling and some cleanup 2016-08-29 14:45:19 +02:00
Paweł Spychalski
ad55318829 possibility to change controller in UI removed from code (#17) 2016-06-21 21:41:53 +10:00
Pawel
e9d2563dad rates in dps for iNav > 1.1.0, see iNavFlight#204 2016-05-15 18:20:21 +02:00
NightHawk32
19e6f9026b PID controllers can now be reset to defaults 2015-12-12 18:42:49 -05:00
skaman82
210b47967b Removing profile selector from PID tab 2015-11-24 20:23:07 +01:00
NightHawk32
0aefcd5959 Renamed global profile selector to avoid collisions with #pid-tuning 2015-11-23 17:00:05 -05:00
NightHawk32
7531ce69fe Profile is now changable globally. 2015-11-22 16:00:01 -05:00
skaman82
5de5f6d191 Merge remote-tracking branch 'cleanflight/development' into GUI-optimization 2015-11-14 01:49:10 +01:00
Dominic Clifton
ac78dbc8c0 Support cleanflight API 1.14.0 (pid controller removal/reindex). 2015-11-14 00:41:23 +00:00
skaman82
0880343488 Merge remote-tracking branch 'cleanflight/development' into GUI-rework
# Conflicts:
#	main.js
#	tabs/landing.js
2015-11-11 22:08:19 +01:00