1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 09:15:42 +03:00
Commit graph

245 commits

Author SHA1 Message Date
Roman Lut
4b7c82ba57 removed mag and board alignment from configuration tab
exposed board alignment on alignment tag
2023-07-21 18:14:32 +02:00
Marcelo Bezerra
a43ceccb60 Preserve events on underlaying osd elements
After fuirther tests, I realized that the boxes were preventing events
from propagating to the OSD elements, preventing the user from moving
them.

Now the boxes are transparento to events.
2023-03-30 10:24:05 +02:00
Marcelo Bezerra
52082a3634 tabs vs spaces 2023-03-29 18:42:56 +02:00
Marcelo Bezerra
d9c3933a39 tabs vs spaces 2023-03-29 18:42:00 +02:00
Marcelo Bezerra
e0febae443 remove classes that are not longer needed 2023-03-29 18:39:07 +02:00
Marcelo Bezerra
c9b3ff7440 Adjust guidelines to match UI in Goggles V2 2023-03-29 18:34:42 +02:00
Marcelo Bezerra
c5067074b0 Add reference bars
Still need to cross reference with the actual googles osd
2023-03-29 13:13:31 +02:00
Marcelo Bezerra
33ac945f10 Fix preview size
Still plan on adding guides for native elements
2023-03-29 11:17:03 +02:00
Paweł Spychalski
448d9dc3ba
Merge pull request #1738 from Scavanger/SITL-Integration
SITL integration
2023-03-26 15:38:55 +02:00
Andi Kanzler
069d0f2019 SITL integration 2023-03-08 12:43:14 -03:00
Pawel Spychalski (DzikuVx)
bcadfbb0ff Create 3" defaults profile 2023-02-03 09:54:11 +01:00
Darren Lines
9b8e9dd0a8 Add user actions to Mission Control
Mission Control updates
- Added user actions
- Added hover over text for P1 and P2 in actions
2023-01-17 21:01:17 +00:00
Darren Lines
96459c507d Adjusted 4:3 preview
To me, this looks wrong. So I have left the calculated values in there, commented out.

I tested in the Avatar goggles with the camera set to 4:3. Then moved the guides to match. Unfortunately I don't have the correct adapter to take the USB out of the Avatar goggles and in to my FatShark HDO goggles (4:3). I will get hold of an adapter and re test. But this can be updated through a bugfix PR if necessary. I've also read that even if set to 4:3, the VRx/goggles still output 16:9. So it may even need a firmware update on the Walksnail side to get this 100% confirmed.
2023-01-14 11:22:49 +00:00
Darren Lines
00558d6164 Added bars for 4:3 ratio 2023-01-05 22:53:29 +00:00
Darren Lines
ea230eaba1 Added previews for Avatar Goggle OSD elements 2023-01-02 21:18:28 +00:00
Darren Lines
534490b4b6 Update Avatar size
- Update Avatar size to 53x20
- Fix preview size
2022-12-09 21:21:44 +00:00
Darren Lines
5ffea38f78 Lightened text colour 2022-11-16 17:45:20 +00:00
Darren Lines
6e8516f4c5 Change reset acc calibration button
Folks didn't like the red button. They thought there was an error with the calibration. So I have changed the button to a subtle grey. Hovering changes red as a warning still.
2022-11-16 13:27:04 +00:00
Paweł Spychalski
ef565e21eb
Merge pull request #1627 from jeffhendrix/dji_wtf
Added support for DJI wtfos MSP-OSD full screen 60x22 OSD
2022-10-18 08:59:04 +02:00
Darren Lines
82c9e67d57 Changed reset button to red 2022-10-11 08:44:51 +01:00
Darren Lines
1767ed3136 Show reset button for accelerometer calibration 2022-10-10 21:36:00 +01:00
Pawel Spychalski (DzikuVx)
6513757be3 add dynamic_gyro_notch_mode to GUI 2022-10-06 15:14:42 +02:00
Jeff Hendrix
3d2d80b5bc Changes to use the MSP Displayport setting. Integrated changes from geoffsim PR #1589 2022-10-03 01:14:20 -06:00
Jeff Hendrix
ffee3d3935 Added support for DJI wtfos MSP-OSD full screen 59x22 OSD 2022-10-02 13:45:23 -06:00
Paweł Spychalski
310a263dd7
Merge pull request #1561 from iNavFlight/MrD_Autoselect-target
Implemented target autodetection
2022-10-01 12:49:36 +02:00
Pawel Spychalski (DzikuVx)
8fd2c5325a Merge remote-tracking branch 'origin/release_5.1.0' 2022-09-18 12:26:32 +02:00
Pawel Spychalski (DzikuVx)
fc602fa7e7 Add RC Smoothing section 2022-07-12 12:45:19 +02: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
278dc096a7 Merge branch 'master' into MrD_Autoselect-target 2022-06-26 19:59:45 +01: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
Pawel Spychalski (DzikuVx)
e0ef5b0261 Basic navigation 2022-05-30 11:35:19 +02:00
Pawel Spychalski (DzikuVx)
5ca262478b Fix blackbox download dialog height 2022-05-29 19:35:07 +02:00
Pawel Spychalski (DzikuVx)
eec23b6386 Show other PID controllers conditionally 2022-05-09 20:41:58 +02:00
Pawel Spychalski (DzikuVx)
c2ad26d4d4 Basic Slider PIDs 2022-05-09 20:11:28 +02:00
Darren Lines
ab9e3cc4e0 Craft name enhancments
- Moved craft name to OSD page
- OSD preview matches actual craft name
- Only accept usable characters and symbols
2022-04-20 10:43:15 +01:00
Luca
ce0b4dac66 Merge remote-tracking branch 'iNavFlight/master' into magnetometer_tab_improvments
# Conflicts:
#	_locales/en/messages.json
2022-03-26 15:50:02 +01:00
Paweł Spychalski
1322fd69bd
Merge pull request #1464 from iNavFlight/MrD-Highlight-parameters-that-change-with-profiles-or-battery-profiles
Highlight parameters that change with profiles or battery profiles
2022-03-15 10:14:38 +01:00
Paweł Spychalski
1f322cd0bd
Merge pull request #1486 from iNavFlight/MrD-Dynamic-Airplane-Mixer-Images
Dynamic airplane mixer images
2022-03-15 10:09:11 +01: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
Luca Giovannesi
97f60dd59b rightWrapper width fixed 2022-03-13 15:46:45 +01:00
Luca Giovannesi
55832694b4 GUI blackbox fields 2022-03-13 15:40:16 +01: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
b68565205d Improved alignment of inputs and labels, especially when the configurator is narrow. 2022-03-10 21:53:07 +00:00
Darren Lines
c07b81ed45 Merge branch 'master' into MrD-Highlight-parameters-that-change-with-profiles-or-battery-profiles 2022-03-01 20:06:11 +00:00
Pawel Spychalski (DzikuVx)
0be78dd37e Drop any leftovers of Transponder feature 2022-02-24 13:15:23 +01:00
Paweł Spychalski
06b198a1ef
Merge pull request #1406 from jeffhendrix/led_channel
Add support to configure LED strip to modify color with RC channel
2022-02-24 09:32:38 +01:00
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
f9a5eca69f Made highlighting switchable via the config gear 2022-02-19 19:59:26 +00:00