Scavanger
0d1502e03d
Fixes, Readme, Makers
2024-04-21 20:46:16 -03:00
Scavanger
6fe68a6b73
Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into Electron
2024-04-18 18:30:48 -03:00
Scavanger
06a4d8b0c8
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
Darren Lines
016b08cd26
Fix erroneous numbers on mixer preview
2024-04-09 21:53:31 +01:00
Scavanger
ca13eefa1b
Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into Electron
2024-04-01 14:44:39 -03:00
Scavanger
38727c54a8
Convert to CommonJS Modules - Part 2
2024-03-24 11:40:50 -03:00
Andi Kanzler
91f1699659
Convert to CommonJS Modules
2024-02-26 11:58:56 -03:00
Andi Kanzler
2f880e218d
OSD Tab
2024-02-12 08:45:46 -03:00
Andi Kanzler
53aebde936
Sync with master
2024-02-10 23:03:25 -03:00
Andi Kanzler
f24ccfc637
Init
2024-02-10 18:08:17 -03:00
Ray Morris
e52696c228
mixer: Make props in / props out more clear
2024-01-31 01:33:19 -06:00
Paweł Spychalski
8346316c8d
Merge pull request #1910 from sensei-hacker/show_motor_wizard_preview
...
Show motor wizard results in mixer preview
2023-12-25 12:16:06 +01:00
Ray Morris
72184351ba
Show motor wizard results in preview
2023-12-03 10:51:26 -06:00
Andi Kanzler
42e8cefcd8
Bugfix of Bugfix ;)
2023-12-02 21:25:25 -03:00
Andi Kanzler
9a2e179065
Bugfix
2023-12-02 18:06:18 -03:00
Darren Lines
6a34f6b349
Only show EzTune tab when platform is multirotor
...
The PR only shows the Ez Tune tab when the platform is either `PLATFORM_MULTIROTOR ` or `PLATFORM_TRICOPTER`. More platforms can be added in the function in main.js.
When changing the mixer to a non-supported platform. Ez Tune is automatically disabled.
2023-11-04 21:34:40 +00:00
shota
0bb8c1521b
minor fix on output mapping
2023-10-13 04:27:39 +09:00
shota
c41129b156
fix mixer_profie configurator issue
2023-10-12 22:33:49 +09:00
Pawel Spychalski (DzikuVx)
0f94911df8
Update TIM to Timer
2023-09-29 18:44:31 +02:00
Pawel Spychalski (DzikuVx)
77187ff1f5
Fix timer naming so they are indexed from 1 and aligned with firmware names
2023-09-29 15:10:13 +02:00
Pawel Spychalski (DzikuVx)
637acdd15d
Add colors to easilly distinguish between timer outputs
2023-09-29 13:16:35 +02:00
shota
f59f0a9a94
allow speed setting for MAX smix
2023-09-26 01:15:09 +09:00
Marcelo Bezerra
8094e9d4ff
Override and save timers
2023-09-06 22:23:40 +02:00
Marcelo Bezerra
372dcae919
Intermediate commit.
...
Not currently working
2023-09-05 21:21:46 +02:00
Marcelo Bezerra
553bde1b37
Layout in place, now I need the msp messages to laod and save overrides
2023-09-02 17:58:01 +02:00
Marcelo Bezerra
96ec2da3ce
Basic changes to display timers on mixer screen
...
Still thinking about how to handle individual timer overriding.
Full overridie table can be quite long
2023-09-02 12:53:07 +02:00
Darren Lines
3411777775
Fixed mixer config issues
...
1. When save and reboot was applied on the mixer page, the has flaps option was not saved.
2. When defaults were selected, the auto-mixer application did not take mixer config in to account.
2023-02-25 10:29:44 +00:00
Darren Lines
47fb7637f0
Corrected text for quad motor reversal
...
- renamed function to give more meaning.
- updated the function to change the text when motors are reversed.
2022-12-27 11:27:22 +00:00
Pawel Spychalski (DzikuVx)
8fd2c5325a
Merge remote-tracking branch 'origin/release_5.1.0'
2022-09-18 12:26:32 +02:00
Darren Lines
b8485457dd
Fixed and enhanced LC display
2022-08-13 19:40:38 +01:00
Darren Lines
1901556828
Added colouration for the + and - stabilised mixes
2022-06-21 22:11:02 +01:00
Darren Lines
1eb9ad6639
Fix colours and labels bug in the mixer
2022-05-13 23:35:07 +01:00
Darren Lines
eb16063aee
Reverse props option only appears on multirotor platforms
2022-04-13 17:16:41 +01:00
Luca
1173face88
Figures with inverted prop
2022-03-30 12:56:41 +02:00
Paweł Spychalski
958a695b91
Merge branch 'master' into dzikuvx-props-in-configuration
2022-03-15 10:10:05 +01:00
Darren Lines
4dca04a635
Bug fix
...
- Re-assessed the mechanism to show the refresh button. It now only displays when there is an AIRPLANE mixer loaded.
- Refresh the platform select when refresh button is clicked to stop unknown mixer presets.
2022-03-14 19:56:39 +00:00
Pawel Spychalski (DzikuVx)
b402b7366e
Add props in configuration to mixer page
2022-03-14 16:09:09 +01:00
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