1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 08:45:26 +03:00
Commit graph

4605 commits

Author SHA1 Message Date
Darren Lines
f9a5eca69f Made highlighting switchable via the config gear 2022-02-19 19:59:26 +00:00
Darren Lines
0f27abf733 Add highlighting for fields that change with profiles
- Added field arrays for control and battery profiles.
- Added highlight mechanism for **data-setting** fields
- Changed battery and control profile drop down text to match the field colours.
2022-02-19 18:34:37 +00:00
Luca
1975ada337 Preset added 2022-02-19 18:06:50 +01:00
Luca
32531db297 Orientation with sliders 2022-02-19 14:38:54 +01:00
Darren Lines
1c53a4cc96 Fixed rounding error in motor mixer 2022-02-16 18:29:01 +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
093fc22701 Enhance and extend units conversion
1. Fixed rounding error.
2. Added conversions for:
a) vertical speed
b) metres
c) temperature
3. Added support on Failsafe and OSD pages.
4. Sorted out alignment issues, due to different implementations.
2022-02-12 17:16:31 +00:00
Darren Lines
a31aa128f1
Merge pull request #1416 from COOK1EK1W1/master
Removed multiple units in the Advanced Tuning tab
2022-02-12 10:39:25 +00:00
Darren Lines
28e06b9149
Merge branch 'master' into MrD-Add-switch-indicators-to-OSD 2022-02-12 09:06:45 +00:00
ThisIsJustARandomGuy
8e90211b0f
Merge pull request #1 from kernel-machine/magnetometer_tab_model_replaced
Improvments for mag helper without iframe
2022-02-12 08:24:09 +01:00
Luca
e74f262a66 Fix setting save 2022-02-10 19:23:01 +01:00
Luca
ebdef9f066 Added magnetometer icon 2022-02-10 19:08:02 +01:00
Luca
4721d3f14c Replaced 3d model 2022-02-10 15:25:32 +01:00
Luca
5c28c25158 Replaced 3d model 2022-02-10 13:42:08 +01:00
Paweł Spychalski
da7df38e39
Merge pull request #1444 from iNavFlight/MrD-RC-patch-for-zero-min-or-max-values
Update settings.js
2022-02-10 10:11:13 +01:00
Darren Lines
03279f9081
Merge pull request #1446 from iNavFlight/MrD-reorder-Operators-in-Programming-
Added ordering for operations in programming
2022-02-10 08:47:50 +00:00
Paweł Spychalski
6fd82a19fc
Merge pull request #1448 from kernel-machine/battery_cells_in_logic_condition
Battery cells in logic conditions
2022-02-10 08:58:18 +01:00
Hofer Lukas
15c697daf7 WIP: Add magnetometer alignment tab 2022-02-09 23:58:30 +01:00
Luca
69e6cfe9a7 Battery cells in logic condition 2022-02-09 18:01:30 +01:00
breadoven
979199cd69
Merge pull request #1409 from breadoven/abo_fix_planer
Mission control change planer to planner
2022-02-08 15:01:11 +00:00
breadoven
fa148eaa22 Update mission_control.js 2022-02-08 14:43:30 +00:00
breadoven
563101b192 Update mission_control.js 2022-02-08 12:07:38 +00:00
breadoven
447282cf49 Merge remote-tracking branch 'upstream/master' into abo_fix_planer 2022-02-08 12:06:39 +00:00
Darren Lines
34894e51fd Combined logic and switches, as it made no sense to have Sticky on its own 2022-02-08 08:58:11 +00:00
Darren Lines
7cfcf0a24a Added ordering for operators in programming 2022-02-07 21:26:23 +00:00
Darren Lines
30bc21ccb5
Merge pull request #1445 from iNavFlight/MrD-Add-some-comparative-operations-to-iNav-programming
Added some comparative operations to Programming
2022-02-07 13:29:16 +00:00
Darren Lines
9dec96b1e7 Removed constrain min and max as they are unnecesasry 2022-02-07 08:30:38 +00:00
Darren Lines
682c76952a Added some comparative operations to Programming
Added constrain, min, and max
2022-02-06 18:10:34 +00:00
Darren Lines
e72fd66ebe
Update settings.js
Changed if statements for better handling of zero values.
2022-02-03 22:42:02 +00:00
Pawel Spychalski (DzikuVx)
564ca5ca88 Update versions 2022-01-29 18:56:44 +01:00
Pawel Spychalski (DzikuVx)
d24a24d0ec Version update 2022-01-25 13:23:53 +01:00
Paweł Spychalski
2d4eca6764
Merge pull request #1432 from iNavFlight/MrD-automatically-set-min-and-max-for-numbers
Adds min and max limits to all numerical fields
2022-01-25 09:14:32 +01:00
Pawel Spychalski (DzikuVx)
cc0d987cd9 Change min and max version 2022-01-25 09:13:03 +01:00
Pawel Spychalski (DzikuVx)
9d89797bd4 Merge branch 'master' into release_4.1.0 2022-01-25 09:12:19 +01:00
Paweł Spychalski
bd970bb3e8
Merge pull request #1437 from iNavFlight/MrD-Revise-mode-categories
Revised how modes are ordered
2022-01-25 09:11:31 +01:00
Paweł Spychalski
9e6b3887e6
Merge pull request #1430 from iNavFlight/dzikuvx-update-airmode-thr-threshold
Lower the default airmode throttle threshold
2022-01-25 09:11:17 +01:00
Paweł Spychalski
cb07674c3f
Merge pull request #1423 from iNavFlight/MrD-Mixer-improvements
Updated fixed wing mixer to improve the ease of use
2022-01-25 09:11:00 +01:00
Paweł Spychalski
38fb66601a
Merge pull request #1422 from iNavFlight/fix-pid-tuning-refresh
Fixed PID Tuning refresh. Extra table no longer is created
2022-01-25 09:10:39 +01:00
Paweł Spychalski
9c12ca79af
Merge pull request #1414 from geoffsim/HDZeroVTX
HD ZERO VTX OSD Support
2022-01-25 09:10:26 +01:00
Paweł Spychalski
9aa77d7feb
Merge pull request #1413 from iNavFlight/fix-defaults-dialog-when-keep-settings-used
Fix defaults dialog bug when clicking Keep current settings
2022-01-25 09:10:03 +01:00
Darren Lines
beab87b9db Enhanced feature to make more flexible 2022-01-20 19:32:13 +00:00
Darren Lines
58e098b900 Revised how modes are ordered
The mode ordering and mode categories now use the same object. This now means that the categories will be correct, regardless of which modes are enabled or disabled by the firmware.
2022-01-18 20:12:25 +00:00
Darren Lines
394aa18e6c Adds min and max limits to all numerical fields
This adds min and max limits to all numerical fields; if they use the data-setting method. This doesn't cover the old MSP fields.
2022-01-09 16:24:45 +00:00
Darren Lines
fe5a1cf6ca Changes to fix compile issue on F765 and H743 2022-01-09 14:45:41 +00:00
Darren Lines
d2edfb1de2 Updated to allow switch names of up to 4 characters 2022-01-09 14:11:24 +00:00
Pawel Spychalski (DzikuVx)
b66f834d5f Lower the default airmode throttle threshold 2022-01-09 10:47:15 +01:00
Darren Lines
4c0e196a18 Adds four switch indicator elements to the OSD 2022-01-08 21:36: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
Darren Lines
83e4f60472 Fixed refresh. Extra table no longer is created 2021-12-28 15:45:24 +00:00