Commit Graph

4413 Commits (d24a24d0ec47c5345c8961cfb3d8cc3ed334abcd)
 

Author SHA1 Message Date
Pawel Spychalski (DzikuVx) d24a24d0ec Version update 3 years ago
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
3 years ago
Pawel Spychalski (DzikuVx) cc0d987cd9 Change min and max version 3 years ago
Pawel Spychalski (DzikuVx) 9d89797bd4 Merge branch 'master' into release_4.1.0 3 years ago
Paweł Spychalski bd970bb3e8
Merge pull request #1437 from iNavFlight/MrD-Revise-mode-categories
Revised how modes are ordered
3 years ago
Paweł Spychalski 9e6b3887e6
Merge pull request #1430 from iNavFlight/dzikuvx-update-airmode-thr-threshold
Lower the default airmode throttle threshold
3 years ago
Paweł Spychalski cb07674c3f
Merge pull request #1423 from iNavFlight/MrD-Mixer-improvements
Updated fixed wing mixer to improve the ease of use
3 years ago
Paweł Spychalski 38fb66601a
Merge pull request #1422 from iNavFlight/fix-pid-tuning-refresh
Fixed PID Tuning refresh. Extra table no longer is created
3 years ago
Paweł Spychalski 9c12ca79af
Merge pull request #1414 from geoffsim/HDZeroVTX
HD ZERO VTX OSD Support
3 years ago
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
3 years ago
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.
3 years ago
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.
3 years ago
Pawel Spychalski (DzikuVx) b66f834d5f Lower the default airmode throttle threshold 3 years ago
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.
3 years ago
Darren Lines 80d091b379 Updated mixer to improve the ease of use 3 years ago
Darren Lines 83e4f60472 Fixed refresh. Extra table no longer is created 3 years ago
Geoff Sim 01a3fc03ff Merge branch 'master' into HDZeroVTX 3 years ago
Paweł Spychalski 02ea424b9b
Merge pull request #1418 from iNavFlight/MrD-add-button-to-re-select-defaults
Add button to re-select defaults
3 years ago
Paweł Spychalski 0bfd48ad60
Merge pull request #1419 from iNavFlight/MrD-fix-alignment-of-hide-unsued-PID-button
Made the Hide Unused PIDs button fit the available space
3 years ago
Darren Lines 10aa1b2589 Made the Hide Unused PIDs button fit the available space 3 years ago
Darren Lines 36f5dddce8 Made it look better 3 years ago
Darren Lines 29c0e2d007 Added button to res-select the applied defaults
Initial code, needs tidying.
3 years ago
Darren Lines 22674c338b Update defaults_dialog.js
Fixes the bug where clicking "Keep current settings" will stop configurators working until reboot.
3 years ago
Paweł Spychalski c9d7b6ba85
Merge pull request #1397 from iNavFlight/release_4.0.0
Release 4.0.0
3 years ago
Paweł Spychalski b512e1fcb0
Merge branch 'master' into release_4.0.0 3 years ago
Geoff Sim 355a4d4dc5 Remove commented out code 3 years ago
Geoff Sim 7a29908db3 Merge branch 'master' into HDZeroVTX 3 years ago
Geoff Sim 61c96bf628 Reset element to 0,0 if not visible in preview when enabled 3 years ago
Geoff Sim c5be5f5226 Add 4:3 lines on OSD when in HD mode 3 years ago
Darren Lines 2b186add5d Block configurator until defaults have been applied 3 years ago
Darren Lines eb51410f8f
Merge pull request #1410 from iNavFlight/MrD-block-actions-until-defaults-dialog-has-completed
Block configurator until defaults have been applied
3 years ago
Darren Lines ada5bf6950 Block configurator until defaults have been applied 3 years ago
Geoff Sim e17f6b9d68 Rename Shark Byte to HDZero. 3 years ago
Darren Lines 13d278634b
Merge pull request #1408 from iNavFlight/MrD-added-missing-PID-settings
Update defaults_dialog.js
3 years ago
Darren Lines 6290aef7b1
Update defaults_dialog.js
Added missing PID settings to defaults dialog
3 years ago
Darren Lines a78a6baad0
Merge pull request #1407 from iNavFlight/MrD-fixed-wing-default-pids
Update defaults_dialog.js
3 years ago
Darren Lines 0fa46d55c6
Update defaults_dialog.js
Missed settings added for fixed wing default PIDs
3 years ago
Geoff Sim 7dbb279c0f Update OSD tab to support HD (50x18) mode 3 years ago
breadoven 877d7604e9
Merge pull request #1404 from breadoven/abo_update_mission_files
Mission control mission file format update
3 years ago
Geoff Sim 802b28c86b Merge branch 'master' into SharkByte 3 years ago
breadoven a94d7709b6 Update mission_control.js 3 years ago
Darren Lines bf3fc89e6d
Updated modes ordering
- Moved SURFACE from Multi-rotor to Modifiers, as it is hardware specific, not platform
- Moved RTH to the start of the Navigation modes
3 years ago
Darren Lines 23f692a3be
Merge pull request #1405 from iNavFlight/MrD-Update-modes-ordering
Update auxiliary.js
3 years ago
Darren Lines 96f50f7c91
Update auxiliary.js
Moved SURFACE from multi-rotor section to modifiers, as it is hardware specific, not platform.
Also moved RTH to the start of the Navigation Modes block, so that the separation works on all platforms
3 years ago
breadoven fba467e40a Update mission_control.js 3 years ago
breadoven a83fe22deb Update mission_control.js 3 years ago
Paweł Spychalski f16dc4cf93
Merge pull request #1401 from iNavFlight/dzikuvx-landing-page-chnages
Dzikuvx landing page chnages
3 years ago
Pawel Spychalski (DzikuVx) 8606b1d01c Add Discord link 3 years ago
Pawel Spychalski (DzikuVx) c5b8b131dd Update some AFF linjs 3 years ago
Pawel Spychalski (DzikuVx) 9d3d12f978 Remove some sponsors 3 years ago