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

94 commits

Author SHA1 Message Date
Darren Lines
a4182138c7 The Chuck mod
The servo number input boxes now change colour to match the outputs diagram.
2022-03-13 20:00:13 +00:00
Darren Lines
a7aa90660d Ready now
- Fixed issue where non-standard orders would not draw the output numbers.
- Added a refresh button to revert to current mixer after another mixer preset has been selected, but not loaded. This also has a prompt for assistance
- Fixed issue where changing the servo input would not update the outputs table.
2022-03-13 14:51:13 +00:00
Darren Lines
1c571ca681 Dynamic mixer outputs image
First cut of code. It's pretty much there. I just need to decide how to handle changing the mixer type, then deciding to stick with the current mixer. Other than that, it's working as expected.
2022-03-13 10:25:22 +00:00
Darren Lines
47a9f4b36e Updated mixer
- Tidied up the code a little and grouped mixer types in model.js.
- Removed second motor from all fixed wing mixers that aren't differential thrust. A bug was discovered that if an FC only has a single motor output, and 2 motors are set in the mixer, the motors won't work.
- Added mixer for V-Tail with differential thrust
- Enhanced the new servo button. Clicking it now selects the next available servo number, rather than just 0.
2022-02-14 19:55:00 +00:00
Darren Lines
2df4de8bae Moved where hasFlaps is updated.
It was being updated in the wrong place. Now updates on load mixer. This means that the mixer is fine with CLI overrides.
2021-12-31 10:59:07 +00:00
Darren Lines
80d091b379 Updated mixer to improve the ease of use 2021-12-30 13:01:51 +00:00
Pawel Spychalski (DzikuVx)
92e043e74f Fix mixer wizard 2020-10-25 19:01:09 +01:00
Pawel Spychalski (DzikuVx)
c19d93eec6 Block errornous mixer combinations 2020-10-24 17:01:38 +02:00
Pawel Spychalski (DzikuVx)
f45f82a020 Add wizard information 2020-10-24 10:18:28 +02:00
Pawel Spychalski (DzikuVx)
d4f253ab86 First cut on quadcopter mixer wizard 2020-10-23 20:41:58 +02:00
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