Commit Graph

5106 Commits (4b2e6e37779c2991f3d905142e827ac82e970887)
 

Author SHA1 Message Date
Darren Lines 131250a859 Added course over ground symbols for Avatar
- Added course over ground symbols for Avatar
- Removed grey background from 12x18 profile symbol
2 years ago
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.
2 years ago
Marcelo Bezerra 6742dbac77
Merge branch 'iNavFlight:master' into strobe-configurator 2 years ago
breadoven aebe7903d6
Merge pull request #1660 from breadoven/abo_add_osd_symbols
OSD Ground Course and Cross Track Error fields
2 years ago
breadoven 685e040739 resolve conflicts 2 years ago
breadoven 1cb651ebb1 Merge remote-tracking branch 'upstream/master' into abo_add_osd_symbols 2 years ago
breadoven ade4a25f8c Merge remote-tracking branch 'upstream/master' into abo_add_osd_symbols 2 years ago
Darren Lines 6885c58d8f
Merge pull request #1662 from iNavFlight/MrD_Remove-white-background-from-Avatar-track-character
Remove white background from track warning symbol
2 years ago
Darren Lines 3118d798c4 Update 252.png 2 years ago
Darren Lines 5c88655d58
Merge pull request #1657 from iNavFlight/MrD_Change-logo-size-for-future-enhancements
Change logo size for future enhancements
2 years ago
Darren Lines c016e205fe Update from master 2 years ago
Darren Lines 1d53949015 Merge branch 'master' into MrD_Change-logo-size-for-future-enhancements 2 years ago
Darren Lines 43284aba03
Merge pull request #1643 from b14ckyy/add-new-settings 2 years ago
breadoven 1716bbfc5a update md + change symbol 2 years ago
breadoven 387325ae26 add osd symbols 2 years ago
Darren Lines 9982270b06
Merge pull request #1649 from iNavFlight/MrD_Units-conversion-force-min-and-max-limits
Improve non-metric handling in units conversions
2 years ago
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
2 years ago
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
2 years ago
Darren Lines 0bb96b9a30
Update fc.js
Changed label for delta
2 years ago
Darren Lines a38c96fef2 Added more LCs
Added LCs for:
- Delay
- Timer
- Delta
- Approx Equal
2 years ago
Darren Lines 9c659aaf91 Added missing icons
Some icons were created for terrain following, cross track error, and blackbox.
2 years ago
Marcelo Bezerra 492f71e1b7
Merge branch 'iNavFlight:master' into strobe-configurator 2 years ago
Darren Lines 52d546ccfc
Merge pull request #1659 from iNavFlight/MrD_Increase-nav_wp_safe_distance
Increase nav_wp_safe_distance
2 years ago
Darren Lines 912438b8d0
Merge pull request #1636 from iNavFlight/MrD_Remove-unnecesary-parameters-from-profiles
Configurator changes to reflect #8451
2 years ago
Darren Lines 427b9c6447 Renamed parameter 2 years ago
Darren Lines abf47a3742 Changes for https://github.com/iNavFlight/inav/pull/8589 2 years ago
Darren Lines cbc660819a Updated analogue symbol concept to match digital 2 years ago
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.
2 years ago
Darren Lines c071572e54
Merge pull request #1655 from iNavFlight/MrD_Update-compass-caibration-text
Change compass calibration message.
2 years ago
Darren Lines 211f1840bc Change compass calibration message.
Fixes #1180

Adds warning to stay clear of magnets.
2 years ago
Darren Lines 02eabb5177 Update iNav character map.md 2 years ago
Darren Lines 173526ec69 Update logo graphics for new size 2 years ago
Darren Lines 1587253cc3 Update fc.js 2 years ago
Darren Lines 6eafe7a638 Changed text for operand 2 years ago
Darren Lines cdcf693544 Added new Waypoints operand group
Added new Waypoints operand group and updated flight operand.
2 years ago
Darren Lines 9a0967ea17 Initial coding 2 years ago
Marcelo Bezerra e567dce178
Merge branch 'iNavFlight:master' into strobe-configurator 2 years ago
Darren Lines c28aa86232
Merge pull request #1650 from iNavFlight/MrD_Change-reset-acc-button
Change Reset Accelerometer Calibration button
2 years ago
Darren Lines 5ffea38f78 Lightened text colour 2 years ago
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.
2 years ago
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
2 years ago
Darren Lines e7ed9ce2fe
Merge pull request #1621 from iNavFlight/MrD_Changes-for-PR-8401
Updates for PR #8401
2 years ago
Marcelo Bezerra 33764abad0
Merge branch 'iNavFlight:master' into strobe-configurator 2 years ago
Paweł Spychalski 8a546654b4
Merge pull request #1648 from xsnoopy/patch-1
Update README.md
2 years ago
Mike a04fdeefa8
Update README.md
Added Aerial View to the Bing Maps option. This makes it more clear what Bing Maps will offer.
2 years ago
Marcelo Bezerra 6e1973a76d Change messages to MSP2_INAV range 2 years ago
Marcelo Bezerra ba74db2dc3 Successfully edited and saved strobe overlay 2 years ago
Marcelo Bezerra 2c545011a6 Switch to new LED_STRIP_CONFIG_EX functions 2 years ago
Marcelo Bezerra 671b2fe49c Initial changes to enable new strobe functionality 2 years ago
b14ckyy 126d381112
Merge branch 'iNavFlight:master' into add-new-settings 2 years ago