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

4856 commits

Author SHA1 Message Date
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
1557bc75f6 Visual improvements
- Change video type selection from multiple checkboxes to a select box
- Persist choice for showing guides
2022-12-29 15:51:58 +00:00
Darren Lines
f6080ffd8b Merge branch 'master' into MrD_update-MSPDisplayPort-and-add-Avatar-stuff 2022-12-22 19:04:57 +00:00
Paweł Spychalski
1da406fbbb
Merge pull request #1671 from mmosca/bf_osd_compat
Add a BF4.3 Compatible restricted OSD implementation.
2022-12-16 11:39:42 +01:00
Marcelo Bezerra
c2eb99c070
Update osd.js
Just update comment
2022-12-14 13:05:24 +01:00
Marcelo Bezerra
fcc8d898c4 Add BF43COMPAT to configurator 2022-12-12 21:49:17 +01: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
045325852b
Merge pull request #1668 from b14ckyy/fix-rth-settings 2022-12-09 19:12:21 +00:00
b14ckyy
34c59b5f0e Fix staged rth altitude parameter
Fix staged rth altitude parameter
2022-12-09 19:40:19 +01:00
Darren Lines
858c0affd7
Merge pull request #1664 from iNavFlight/MrD_Fix-calibrate-accelerometer-button-for-new-flashed-FCs
Fix calibration button
2022-12-08 19:14:36 +00:00
Darren Lines
5e039ec702 Fix calibration button
There was an issue with the calibration button on _some_ flight controllers; after performing a fresh installation of INAV. This issue did not appear on my test F405-WING. I have moved the check to the FC object, and added extra checks for the default accelerometer values. Works as expected on my test FC.
2022-12-07 19:55:49 +00:00
breadoven
aebe7903d6
Merge pull request #1660 from breadoven/abo_add_osd_symbols
OSD Ground Course and Cross Track Error fields
2022-12-06 23:31:29 +00:00
breadoven
685e040739 resolve conflicts 2022-12-06 23:26:05 +00:00
breadoven
1cb651ebb1 Merge remote-tracking branch 'upstream/master' into abo_add_osd_symbols 2022-12-06 23:22:36 +00:00
breadoven
ade4a25f8c Merge remote-tracking branch 'upstream/master' into abo_add_osd_symbols 2022-12-06 23:11:57 +00:00
Darren Lines
6885c58d8f
Merge pull request #1662 from iNavFlight/MrD_Remove-white-background-from-Avatar-track-character
Remove white background from track warning symbol
2022-12-06 21:14:07 +00:00
Darren Lines
3118d798c4 Update 252.png 2022-12-06 21:12:42 +00:00
Darren Lines
5c88655d58
Merge pull request #1657 from iNavFlight/MrD_Change-logo-size-for-future-enhancements
Change logo size for future enhancements
2022-12-06 21:01:32 +00:00
Darren Lines
c016e205fe Update from master 2022-12-06 20:56:30 +00:00
Darren Lines
1d53949015 Merge branch 'master' into MrD_Change-logo-size-for-future-enhancements 2022-12-06 20:54:18 +00:00
Darren Lines
43284aba03
Merge pull request #1643 from b14ckyy/add-new-settings 2022-12-05 23:00:49 +00:00
breadoven
1716bbfc5a update md + change symbol 2022-12-05 10:08:10 +00:00
breadoven
387325ae26 add osd symbols 2022-12-04 16:55:34 +00:00
Darren Lines
9982270b06
Merge pull request #1649 from iNavFlight/MrD_Units-conversion-force-min-and-max-limits
Improve non-metric handling in units conversions
2022-12-04 11:54:40 +00:00
Darren Lines
fcc24067a0
Merge pull request #1656 from iNavFlight/MrD_Add-symbols-for-remaining-mins-and-distance
Add correct symbols for remaining time and distance
2022-12-04 11:51:24 +00:00
Darren Lines
56cd9f092c
Merge pull request #1653 from iNavFlight/MrD_Add-EDGE-LC-switch
Add EDGE, DELAY, DELTA, APPROX_EQUAL switches and TIMER to Logic Conditions
2022-12-03 08:31:38 +00:00
Darren Lines
0bb96b9a30
Update fc.js
Changed label for delta
2022-12-02 10:10:44 +00:00
Darren Lines
a38c96fef2 Added more LCs
Added LCs for:
- Delay
- Timer
- Delta
- Approx Equal
2022-12-01 19:27:26 +00:00
Darren Lines
9c659aaf91 Added missing icons
Some icons were created for terrain following, cross track error, and blackbox.
2022-11-29 19:13:54 +00:00
Darren Lines
52d546ccfc
Merge pull request #1659 from iNavFlight/MrD_Increase-nav_wp_safe_distance
Increase nav_wp_safe_distance
2022-11-27 12:23:59 +00:00
Darren Lines
912438b8d0
Merge pull request #1636 from iNavFlight/MrD_Remove-unnecesary-parameters-from-profiles
Configurator changes to reflect #8451
2022-11-27 12:16:12 +00:00
Darren Lines
427b9c6447 Renamed parameter 2022-11-27 11:00:42 +00:00
Darren Lines
abf47a3742 Changes for https://github.com/iNavFlight/inav/pull/8589 2022-11-27 09:41:50 +00:00
Darren Lines
cbc660819a Updated analogue symbol concept to match digital 2022-11-26 18:52:02 +00:00
Darren Lines
ca59ec3bfd Add correct symbols for remaining time and distance
Fixes https://github.com/iNavFlight/inav-configurator/issues/636

Adds symbols for remaining flight distance and flight time OSD elements. These replace the current fly time and total distance symbols, which are not specific.

I have added temporary symbols which can be improved.
2022-11-26 18:42:06 +00:00
Darren Lines
c071572e54
Merge pull request #1655 from iNavFlight/MrD_Update-compass-caibration-text
Change compass calibration message.
2022-11-26 09:27:46 +00:00
Darren Lines
211f1840bc Change compass calibration message.
Fixes #1180

Adds warning to stay clear of magnets.
2022-11-26 09:26:22 +00:00
Darren Lines
02eabb5177 Update iNav character map.md 2022-11-26 07:56:27 +00:00
Darren Lines
173526ec69 Update logo graphics for new size 2022-11-26 07:54:31 +00:00
Darren Lines
1587253cc3 Update fc.js 2022-11-24 18:36:30 +00:00
Darren Lines
9a0967ea17 Initial coding 2022-11-19 11:23:40 +00:00
Darren Lines
c28aa86232
Merge pull request #1650 from iNavFlight/MrD_Change-reset-acc-button
Change Reset Accelerometer Calibration button
2022-11-16 17:47:06 +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
Darren Lines
1bd46911bb Improve non-metric handling
- Forced default min/max after conversion back to firmware units
- Increased decimal places for non-integer conversions
- Fixed a typo
2022-11-16 08:36:57 +00:00
Darren Lines
e7ed9ce2fe
Merge pull request #1621 from iNavFlight/MrD_Changes-for-PR-8401
Updates for PR #8401
2022-11-15 20:04:53 +00:00
Paweł Spychalski
8a546654b4
Merge pull request #1648 from xsnoopy/patch-1
Update README.md
2022-11-14 08:08:11 +01:00
Mike
a04fdeefa8
Update README.md
Added Aerial View to the Bing Maps option. This makes it more clear what Bing Maps will offer.
2022-11-13 18:25:32 -05:00
b14ckyy
126d381112
Merge branch 'iNavFlight:master' into add-new-settings 2022-11-01 17:31:07 +01:00