Skip to content

Conversation

@loutwice
Copy link
Contributor

revert an old change that was incorrect in position.c

and dji is getting from msp_altitude the getestimatedalt only for USE_BARO or USE_RANGEFINDER
i added USE_GPS so it is enable for all fc without BARO using GPS

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@nerdCopter nerdCopter merged commit c930f3a into 0.3.0-maintenance May 26, 2020
@nerdCopter nerdCopter mentioned this pull request May 26, 2020
nerdCopter added a commit that referenced this pull request May 29, 2020
* Update feature.h (#233)
Co-authored-by: Quick-Flash <[email protected]>
* Added additional battery voltage field to OSD (#242)
* Update feature.h (#232)
* increment version number to 0.3.1 (#235)
* Update feature.h
* Update version.h
Co-authored-by: loutwice <[email protected]>
* Added additional battery voltage field to OSD (fixed average battery voltage in DJI osd)
Co-authored-by: Quick-Flash <[email protected]>
Co-authored-by: loutwice <[email protected]>
* Fix altitude display (#256)
* Update feature.h (#232)
* increment version number to 0.3.1 (#235)
* Update feature.h
* Update version.h
Co-authored-by: loutwice <[email protected]>
* Remove a filter made for FF (#239)
FF has been removed so this filter should as well.
* symbole was added in the altitude field. so buff need to be align
Co-authored-by: Quick-Flash <[email protected]>
* fix as speed calculation for crsf telemetry (#258)
* Update feature.h (#232)
* increment version number to 0.3.1 (#235)
* Update feature.h
* Update version.h
Co-authored-by: loutwice <[email protected]>
* Remove a filter made for FF (#239)
FF has been removed so this filter should as well.
* fix as seen in betaflight -thanks
Co-authored-by: Quick-Flash <[email protected]>
Co-authored-by: BERTHOMIER Manuel <[email protected]>
* fixing little typo
* fix alti for dji and fc whitout baro (#259)
Co-authored-by: loutwice <[email protected]>
Co-authored-by: Quick-Flash <[email protected]>
Co-authored-by: mbilozub <[email protected]>
Co-authored-by: BERTHOMIER Manuel <[email protected]>
nerdCopter added a commit to nerdCopter/EmuFlight_nerdRepo that referenced this pull request Jun 14, 2020
* Update feature.h (emuflight#233)
Co-authored-by: Quick-Flash <[email protected]>
* Added additional battery voltage field to OSD (emuflight#242)
* Update feature.h (emuflight#232)
* increment version number to 0.3.1 (emuflight#235)
* Update feature.h
* Update version.h
Co-authored-by: loutwice <[email protected]>
* Added additional battery voltage field to OSD (fixed average battery voltage in DJI osd)
Co-authored-by: Quick-Flash <[email protected]>
Co-authored-by: loutwice <[email protected]>
* Fix altitude display (emuflight#256)
* Update feature.h (emuflight#232)
* increment version number to 0.3.1 (emuflight#235)
* Update feature.h
* Update version.h
Co-authored-by: loutwice <[email protected]>
* Remove a filter made for FF (emuflight#239)
FF has been removed so this filter should as well.
* symbole was added in the altitude field. so buff need to be align
Co-authored-by: Quick-Flash <[email protected]>
* fix as speed calculation for crsf telemetry (emuflight#258)
* Update feature.h (emuflight#232)
* increment version number to 0.3.1 (emuflight#235)
* Update feature.h
* Update version.h
Co-authored-by: loutwice <[email protected]>
* Remove a filter made for FF (emuflight#239)
FF has been removed so this filter should as well.
* fix as seen in betaflight -thanks
Co-authored-by: Quick-Flash <[email protected]>
Co-authored-by: BERTHOMIER Manuel <[email protected]>
* fixing little typo
* fix alti for dji and fc whitout baro (emuflight#259)
Co-authored-by: loutwice <[email protected]>
Co-authored-by: Quick-Flash <[email protected]>
Co-authored-by: mbilozub <[email protected]>
Co-authored-by: BERTHOMIER Manuel <[email protected]>
nerdCopter added a commit to nerdCopter/EmuFlight_nerdRepo that referenced this pull request Jun 15, 2020
* Update feature.h (emuflight#233)
Co-authored-by: Quick-Flash <[email protected]>
* Added additional battery voltage field to OSD (emuflight#242)
* Update feature.h (emuflight#232)
* increment version number to 0.3.1 (emuflight#235)
* Update feature.h
* Update version.h
Co-authored-by: loutwice <[email protected]>
* Added additional battery voltage field to OSD (fixed average battery voltage in DJI osd)
Co-authored-by: Quick-Flash <[email protected]>
Co-authored-by: loutwice <[email protected]>
* Fix altitude display (emuflight#256)
* Update feature.h (emuflight#232)
* increment version number to 0.3.1 (emuflight#235)
* Update feature.h
* Update version.h
Co-authored-by: loutwice <[email protected]>
* Remove a filter made for FF (emuflight#239)
FF has been removed so this filter should as well.
* symbole was added in the altitude field. so buff need to be align
Co-authored-by: Quick-Flash <[email protected]>
* fix as speed calculation for crsf telemetry (emuflight#258)
* Update feature.h (emuflight#232)
* increment version number to 0.3.1 (emuflight#235)
* Update feature.h
* Update version.h
Co-authored-by: loutwice <[email protected]>
* Remove a filter made for FF (emuflight#239)
FF has been removed so this filter should as well.
* fix as seen in betaflight -thanks
Co-authored-by: Quick-Flash <[email protected]>
Co-authored-by: BERTHOMIER Manuel <[email protected]>
* fixing little typo
* fix alti for dji and fc whitout baro (emuflight#259)
Co-authored-by: loutwice <[email protected]>
Co-authored-by: Quick-Flash <[email protected]>
Co-authored-by: mbilozub <[email protected]>
Co-authored-by: BERTHOMIER Manuel <[email protected]>
@nerdCopter nerdCopter mentioned this pull request Jul 16, 2020

case MSP_ALTITUDE:
#if defined(USE_BARO) || defined(USE_RANGEFINDER)
#if defined(USE_BARO) || defined(USE_RANGEFINDER) || defined(USE_GPS)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

take care #323 won't bring in similar.

nerdCopter pushed a commit that referenced this pull request Oct 28, 2020
nerdCopter added a commit that referenced this pull request Dec 29, 2020
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.12.1...v1.13.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: nerdCopter <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants