1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-17 21:35:30 +03:00
Commit graph

34 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
303c4b8d45 Allow for 32 LCs and 8 GVARs 2020-07-31 11:53:29 +02:00
Niccolò Maggioni
3570317811
Fix showing µs for new "MAX" mixer value 2020-07-09 11:15:55 +02:00
Pawel Spychalski (DzikuVx)
c005214a2b Unified LogicConditions selector 2020-04-14 11:55:23 +02:00
Pawel Spychalski (DzikuVx)
f85a17d1ad Get GVAR status from FC 2020-04-10 21:37:24 +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
Niccolò Maggioni
0d3659a92e
Show µs in mixer when "ONE" input is selected 2020-01-11 19:21:50 +01:00
Pawel Spychalski (DzikuVx)
4ebb8fb3ff Fix some minor issues on mixer tab 2019-12-09 17:55:33 +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)
9c627f7445 Report logic condiotion activation status 2019-09-14 12:55:16 +02:00
Pawel Spychalski (DzikuVx)
f71fa9a348 Output allocation method that is more aligned with FC counterpart 2019-07-16 21:16:25 +02:00
Pawel Spychalski (DzikuVx)
9b01cec4fb Support 16 servos 2019-07-09 12:42:54 +02:00
Pawel Spychalski (DzikuVx)
564d1cdca5 Store logic condition with smix rule 2019-04-04 17:28:26 +02:00
Pawel Spychalski (DzikuVx)
57f7035ef0 GUI improvements 2019-04-04 15:45:15 +02:00
Pawel Spychalski (DzikuVx)
e23a8a5189 UI improvements and saving 2019-04-01 21:22:22 +02:00
Pawel Spychalski (DzikuVx)
2946fe5c2a Render basic table 2019-03-10 15:14:31 +01:00
Pawel Spychalski (DzikuVx)
d6ded2404e Backend for getting logic conditions from FC 2019-03-10 14:39:32 +01:00
Michel Pastor
5f6e453fe9
Increase max servo mix rate to 1000% (#672) 2019-02-08 21:10:12 +01:00
Pawel Spychalski (DzikuVx)
ccfd2bac1a Fix for has flaps switch not working 2018-07-17 14:30:07 +02:00
Pawel Spychalski (DzikuVx)
f7b4d4fe48 Close #489 2018-06-26 19:01:09 +02:00
Alberto García Hierro
c4de2fee0a Fix motor names in the mixer tab
Using let on an array produces the keys as strings, so +1'ing them
was doing string concatenation. With this change, the integer indices
are used instead.
2018-06-08 11:51:49 +01:00
Pawel Spychalski (DzikuVx)
8958325f38 Index motors from 1 in output mapping preview 2018-06-04 14:57:07 +02:00
Pawel Spychalski (DzikuVx)
b099f68281 Output mapping in mixer tab 2018-06-02 17:38:37 +02:00
Alberto García Hierro
6927ede37b Hide platform type / flaps separator when there's no flaps checkbox
Just a small visual change
2018-05-24 21:41:48 +01:00
Pawel Spychalski (DzikuVx)
c22541d186 Mixer tracking 2018-05-02 21:40:39 +02:00
Pawel Spychalski (DzikuVx)
e8248c4fb2 increased range for motor rules roll/pitch/yaw to -2/2 2018-04-11 09:09:58 +02:00
Pawel Spychalski (DzikuVx)
e9d2a06b7e fixed bugs with not detecting new mixer capable firmware 2018-04-10 21:52:39 +02:00
Pawel Spychalski (DzikuVx)
506ad30306 more functional changes on mixer tab 2018-04-05 14:20:26 +02:00
Pawel Spychalski (DzikuVx)
4e5fd3b2b7 ability to add and save mix 2018-04-05 11:27:54 +02:00
Pawel Spychalski (DzikuVx)
97e4ece259 possibility to add and delete motor and servo rule 2018-04-04 21:09:04 +02:00
Pawel Spychalski (DzikuVx)
640d0b39a3 cleanups 2018-04-04 14:00:14 +02:00
Pawel Spychalski (DzikuVx)
14a74e76dc possibility to delete mixer rules 2018-03-31 16:03:38 +02:00
Pawel Spychalski (DzikuVx)
a7b387a2dc Basic layout 2018-03-30 19:38:21 +02:00
Pawel Spychalski (DzikuVx)
4f48ecff1b Mixer tab, first elements 2018-03-29 22:24:37 +02:00