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

11 commits

Author SHA1 Message Date
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
Pawel Spychalski (DzikuVx)
dc910e4702 Correcty unique used servo indexes 2020-09-29 12:45:42 +02:00
Pawel Spychalski (DzikuVx)
4ebb8fb3ff Fix some minor issues on mixer tab 2019-12-09 17:55:33 +01: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)
d6ded2404e Backend for getting logic conditions from FC 2019-03-10 14:39:32 +01:00
Pawel Spychalski (DzikuVx)
f5e60cc40e Servo output in Servo tab 2018-05-24 20:28:04 +02:00
Pawel Spychalski (DzikuVx)
6d40d8e020 show only configured servos 2018-05-24 14:32:21 +02:00
Pawel Spychalski (DzikuVx)
34c13c5010 correctly set number of motors and servos 2018-04-04 19:42:14 +02:00
Pawel Spychalski (DzikuVx)
bb8507e81b ground work for mmix editing 2018-01-26 15:31:42 +01:00
Renamed from js/servoMixRuleCollection.js (Browse further)