1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 20:10:11 +03:00
Commit graph

1971 commits

Author SHA1 Message Date
Darren Lines
47bf242ba7 Updated for PR 8401
Modes tab:
- Added USER 3 & USER 4 to modes ordering

Programming Tab:
- Added USER 3 & USER 4 to Flight Modes operand
- Added Course Hold to the Flight Modes operand. It was in firmware, but missing from Configurator
- Changed select operand values to order alphabetically. Looks much nicer than the random order.
2022-09-18 10:47:46 +01:00
Paweł Spychalski
c19ae409a5
Merge pull request #1590 from iNavFlight/MrD_Add-version-number-to-CLI-save-filename
Add version number to CLI save filename
2022-08-22 10:01:43 +02:00
Darren Lines
7afbc5c97c Set specific defaults on all profiles 2022-08-15 19:03:15 +01:00
Darren Lines
dac6ff3616 Removed MSP parts 2022-08-15 18:02:07 +01:00
Paweł Spychalski
2c8f32890f
Revert "Reset PIDs button to use applied defaults" 2022-08-15 13:08:21 +02:00
Paweł Spychalski
64f81158c0
Merge pull request #1603 from iNavFlight/MrD_Fix-number-of-logic-conditions-visible
Fixed and enhanced LC display
2022-08-14 11:03:24 +02:00
Paweł Spychalski
88db2005f3
Merge pull request #1593 from b14ckyy/release_5.1.0
Cleanup Autolaunch settings
2022-08-14 11:01:29 +02:00
Darren Lines
daa70fc4b1 Added handing for selected LCs that are now disabled 2022-08-13 20:38:13 +01:00
Darren Lines
b8485457dd Fixed and enhanced LC display 2022-08-13 19:40:38 +01:00
Darren Lines
e75204c96d Update peripherals.js
OK, the original part was done at 4am, because I couldn't sleep. It works now.
2022-08-13 11:57:34 +01:00
Darren Lines
57cff5ccfe Change POSHOLD to LOITER on fixed wing 2022-08-13 05:43:09 +01:00
b14ckyy
beb9cf5775
Update defaults_dialog.js 2022-08-11 14:22:14 +02:00
b14ckyy
5dce395881
Added usable autolaunch settings to presets 2022-07-29 22:33:05 +02:00
b14ckyy
4feecd9375
Updated Plane presets for better AHI Drift mitigation 2022-07-29 21:20:58 +02:00
Darren Lines
bd70d431c0 Add version number to CLI save
This PR adds the version number to the CLI filename. It also adds a secondary way to get the data from the FC if it is out of range. If it fails, it appears as the previous save filename looked.
2022-07-29 14:18:30 +01:00
Darren Lines
a1b82fed19 Convert GPS time zone to hours 2022-07-23 23:26:57 +01:00
Darren Lines
0fc38fefd3 Changes and fix to rounding
Fixes #1564, fixes #1567

- Fixed discovered rounding error for float parameters.
- Altered step for converted units based on the multiplier.
- Default step now stored in the element data, so that the default decimal places are always known and used when saving.
2022-07-14 21:12:06 +01:00
Darren Lines
44dbc3722f Updated to work with inav#8226 2022-07-13 21:06:57 +01:00
Darren Lines
3b1a9b8453 Merge branch 'master' into MrD_Move-AHI-on-OSD-screen 2022-07-13 08:30:52 +01:00
Darren Lines
d81a992dc2 Fixes to the modes page
- Moved to turn assist in to **flight mode modifiers** section. As it applies to fixed wing and multirotors.
- Re-established name changes for `CAMERA CONTROL` 1 to 3 when a RunCam Device is used.
2022-07-03 13:53:48 +01:00
Darren Lines
02cfe59dfb Moved finalize to correct place 2022-07-01 16:59:50 +01:00
Darren Lines
33c952e7b1 Working code 2022-07-01 16:21:29 +01:00
Darren Lines
ae78433a3e Merge branch 'master' into MrD_Rest-PIDs-to-use-applied-defaults 2022-06-30 19:02:27 +01:00
Pawel Spychalski (DzikuVx)
2db5696969 Drop DJI NAZA GPS protocol 2022-06-29 11:36:56 +02:00
Darren Lines
278dc096a7 Merge branch 'master' into MrD_Autoselect-target 2022-06-26 19:59:45 +01:00
Paweł Spychalski
09f40d96b4
Merge pull request #1558 from iNavFlight/MrD_Add-other-rules-to-mixer-for-control-surface-colours
Added colouration for the + and - stabilised mixes
2022-06-26 11:43:29 +02:00
Paweł Spychalski
c61a56eb8e
Merge pull request #1551 from iNavFlight/MrD_Add-expanded-labels-for-units
Add expanded labels for units
2022-06-26 11:43:02 +02:00
Paweł Spychalski
29df4a250c
Merge pull request #1556 from iNavFlight/dzikuvx-version-bump
Version bump for 6.0
2022-06-26 11:42:39 +02:00
Paweł Spychalski
ec312b6e66
Merge pull request #1532 from iNavFlight/release_5.0.0
Release 5.0.0
2022-06-26 11:40:53 +02:00
Darren Lines
cc09a8fe90 Implemented target autodetection
This PR adds target autodetection to the firmware flasher. It will attempt an autodetect on load. Plus there is a manual button to autodetect by the description.

- Extended MSPHelper to collect the missing data sent in `MSP_BOARD_INFO`. Plus added a `getTarget()` function.
- Added target autodetect on load of Firmware Flasher.
- Added button to Firmware Flasher to command an autodetect.
- Toggling **Show unstable builds** now remembers the selected target.
- Fixed **Offline** notices in the board and version select boxes.
- Added target name to firmware version displayed when connected.
2022-06-24 12:59:05 +01:00
Darren Lines
1901556828 Added colouration for the + and - stabilised mixes 2022-06-21 22:11:02 +01:00
Paweł Spychalski
50d931f739
Merge pull request #1549 from JulioCesarMatias/ClearGPSList
Drop "I2C-NAV" from box list
2022-06-21 08:30:49 +02:00
Pawel Spychalski (DzikuVx)
79ccd22c91 Version bump for 6.0 2022-06-21 08:28:21 +02:00
Darren Lines
f6f063ca0a Added label for msec-nc 2022-06-10 08:39:08 +01:00
Darren Lines
61a808db89 Add hover description for unit names.
Initial coding. Will wait for https://github.com/iNavFlight/inav-configurator/pull/1535 to be merged, so it can be included in this.
2022-06-10 08:30:36 +01:00
JuliooCesarMDM
7ccd8ee269 drop I2C-NAV from box list 2022-06-07 18:13:03 -03:00
JuliooCesarMDM
ef78e7ace0 Drop MTK GPS 2022-06-07 17:36:31 -03:00
Darren Lines
2c121b7325 Allow the HUD & AHI to be offset from the OSD page 2022-06-04 10:11:04 +01:00
Darren Lines
4b470d2164 Initial cut 2022-06-02 21:53:33 +01:00
Darren Lines
3174f89927 Added additional unit for ms that stays as ms 2022-05-30 20:38:12 +01:00
Pawel Spychalski (DzikuVx)
cfdfff0c94 Fix steps 2022-05-30 13:54:39 +02:00
Pawel Spychalski (DzikuVx)
cf57493fdb Add settings framework 2022-05-30 13:42:27 +02:00
Pawel Spychalski (DzikuVx)
e0ef5b0261 Basic navigation 2022-05-30 11:35:19 +02:00
Pawel Spychalski (DzikuVx)
e62ae6a48b Move defaults to a separate file 2022-05-30 09:25:37 +02:00
Pawel Spychalski (DzikuVx)
95ffe15e62 Fix generic settings scaling 2022-05-29 19:49:30 +02:00
Darren Lines
2b18dd5164
Merge pull request #1521 from iNavFlight/MrD_Group-Adjustments
Re-ordered Adjustments
2022-05-25 13:36:26 +01:00
Paweł Spychalski
5abc6f652a
Merge pull request #1522 from iNavFlight/MrD_Jump-to-settings.md
Let help icons click through to settings.md
2022-05-21 14:30:26 +02:00
Pawel Spychalski (DzikuVx)
899ce21584 Bup versions 2022-05-21 14:13:09 +02:00
Darren Lines
f85bf5d0e5 Removed test code 2022-05-19 12:17:26 +01:00
Darren Lines
8429b51d6e Let help icons click through to settings 2022-05-19 11:56:36 +01:00