Darren Lines
5e51917140
PID Tuning page done
...
- All text now uses data-i18n
- Fixed startup colours for profile select boxes
- updated step calcuation
2022-02-22 19:36:12 +00:00
Darren Lines
15282d8994
Continue to implement feature
...
- Tidied up units label to work with more tabs
- Added more fields in the PID Tuning to use the highlighting
- Converted the Rates tab over to use data-i18n more. Will make sure all of the PIDs pages use it fully.
2022-02-21 22:19:06 +00:00
Darren Lines
e7c7f2d342
Merge branch 'master' into MrD-Highlight-parameters-that-change-with-profiles-or-battery-profiles
2022-02-21 18:05:08 +00:00
Darren Lines
a2fe532be4
Merge pull request #1451 from iNavFlight/MrD-Enhance-and-extend-conversions
...
Enhance and extend units conversion
2022-02-21 15:40:01 +00:00
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
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
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
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
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
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
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
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
9c12ca79af
Merge pull request #1414 from geoffsim/HDZeroVTX
...
HD ZERO VTX OSD Support
2022-01-25 09:10:26 +01: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
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
80d091b379
Updated mixer to improve the ease of use
2021-12-30 13:01:51 +00:00
COOK1EK1W1
a01db41a89
swapped the manual selection aswell
2021-12-28 14:27:30 +00:00
COOK1EK1W1
5667b831d6
fixed unit system to match with osd ids
2021-12-28 14:16:30 +00:00
Geoff Sim
01a3fc03ff
Merge branch 'master' into HDZeroVTX
2021-12-27 11:06:55 +00:00
COOK1EK1W1
fb32ee614a
fixed const
2021-12-23 12:15:16 +00:00
COOK1EK1W1
0dca9d4706
fixed default and none unit type case
2021-12-23 11:59:52 +00:00
COOK1EK1W1
af9495db2a
moved all units in the advanced tuning tab to the input boxes, makes it look cleaner and doesnt have duplicate
2021-12-23 05:40:21 +00:00
Darren Lines
22674c338b
Update defaults_dialog.js
...
Fixes the bug where clicking "Keep current settings" will stop configurators working until reboot.
2021-12-18 18:59:56 +00:00
Paweł Spychalski
b512e1fcb0
Merge branch 'master' into release_4.0.0
2021-12-18 19:14:06 +01:00
Geoff Sim
7a29908db3
Merge branch 'master' into HDZeroVTX
2021-12-13 21:56:48 +00:00
Darren Lines
2b186add5d
Block configurator until defaults have been applied
2021-12-08 19:27:18 +00:00
Darren Lines
ada5bf6950
Block configurator until defaults have been applied
2021-12-02 18:58:36 +00:00
Geoff Sim
e17f6b9d68
Rename Shark Byte to HDZero.
2021-12-01 08:04:58 +00:00
Darren Lines
6290aef7b1
Update defaults_dialog.js
...
Added missing PID settings to defaults dialog
2021-11-28 10:52:14 +00:00
Darren Lines
0fa46d55c6
Update defaults_dialog.js
...
Missed settings added for fixed wing default PIDs
2021-11-28 10:47:44 +00:00
breadoven
d0e1788318
planer to planner
2021-11-26 23:16:02 +00:00
Geoff Sim
7dbb279c0f
Update OSD tab to support HD (50x18) mode
2021-11-20 09:53:49 +00:00
Jeff Hendrix
b032fac62d
Add support to configure LED strip to modify color with RC channel
2021-11-19 16:13:40 -07:00
breadoven
82865ba1e5
fixes
2021-11-15 22:14:59 +00:00