1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00
Commit graph

25 commits

Author SHA1 Message Date
Mr D - RC
dcee8c527e Add wiggle to wake idle to Adv Tuning
I forgot about this setting as it was added ages ago. It would be a useful thing to have in configurator.
2024-12-14 08:10:33 +00:00
Scavanger
f7cf01091e RC2 Fixses 2024-11-16 18:59:36 -03:00
Pawel Spychalski (DzikuVx)
07600e1fa6 Fix additional tabs 2024-05-05 21:40:10 +02:00
Scavanger
06a4d8b0c8 Convert to CommonJS Modules Part 3 2024-04-18 15:39:19 -03:00
Andi Kanzler
91f1699659 Convert to CommonJS Modules 2024-02-26 11:58:56 -03:00
Andi Kanzler
f24ccfc637 Init 2024-02-10 18:08:17 -03:00
Darren Lines
7a2ab07f94 Removed line of debug 2023-02-21 22:06:39 +00:00
Darren Lines
33f8994fdc Enhance Linear Descent RTH feature
See firmware PR for details.
2023-02-19 15:57:32 +00:00
Darren Lines
5d3c5e90ae Bug fix for titles when non-FW/MR selected 2021-04-10 11:45:52 +01:00
Darren Lines
15dea6b6d3 Reconfigured Advanced Tuning
The Advanced Tuning page has been reconfigured. It now will show only relevant settings based on the platform. Fixed Wing and Multirotor have their own top sections. Other platforms see both those sections as a fall-back, The bottom section (generic) is visible for all platforms. There is no replication on any views.

I have also updated the code to use the new data-setting method. Though this seems to have added some lag in loading times.
2021-04-10 10:29:48 +01:00
pablitous
cc995c18fa Remove Log message 2020-07-28 01:28:05 -03:00
pablitous
6b8f9166c4 Added launch settings in Advanced Tunning tab 2020-06-10 01:05:38 -03:00
giacomo892
0c259e1303 velned cleanup 2020-05-14 14:43:51 +02: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)
79a16a8fe3 Cleanup 2.1 version 2019-10-27 20:17:20 +01:00
Pawel Spychalski (DzikuVx)
97c622fbb1 1.7 family removed 2019-02-26 09:12:04 +01:00
Pawel Spychalski (DzikuVx)
806f2c0e11 GUI for braking 2018-10-06 20:38:14 +02:00
Pawel Spychalski (DzikuVx)
4f86dfa946 MSP layer 2018-10-06 19:43:14 +02: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
Alberto García Hierro
fb0605d639 Add support for the new value FS_ONLY in nav_rth_allow_landing 2017-10-16 11:37:04 +01:00
Pawel Spychalski (DzikuVx)
0777ef391c MSP_FW_CONFIG frame support 2017-05-26 14:22:49 +02:00
Pawel Spychalski (DzikuVx)
eb4eff59fb RTH and Landing settings 2017-05-17 20:45:50 +02:00
Pawel Spychalski (DzikuVx)
c977b19432 advanced tuning tab done 2017-01-24 21:37:29 +01:00
Pawel Spychalski (DzikuVx)
f2c5ad3a9b fixes 2017-01-19 21:11:09 +01:00
Pawel Spychalski (DzikuVx)
63ed578442 empty advanced tuning tab 2017-01-15 12:03:27 +01:00