Skip to content

Commit

Permalink
Merge pull request #9966 from iNavFlight/dzikuvx-enable-baro-less-by-…
Browse files Browse the repository at this point in the history
…default

Enable baro-less navigation by default
  • Loading branch information
DzikuVx authored Apr 21, 2024
2 parents 3e961f7 + 34e8d82 commit 7246709
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -1844,11 +1844,11 @@ Allows to chose when the home position is reset. Can help prevent resetting home

### inav_use_gps_no_baro

_// TODO_
Defines if INAV should use only use GPS data for altitude estimation when barometer is not available. If set to ON, INAV will allow GPS assisted modes and RTH even when there is no barometer installed.

| Default | Min | Max |
| --- | --- | --- |
| OFF | OFF | ON |
| ON | OFF | ON |

---

Expand Down
3 changes: 2 additions & 1 deletion src/main/fc/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2288,9 +2288,10 @@ groups:
field: use_gps_velned
type: bool
- name: inav_use_gps_no_baro
description: "Defines if INAV should use only use GPS data for altitude estimation when barometer is not available. If set to ON, INAV will allow GPS assisted modes and RTH even when there is no barometer installed."
field: use_gps_no_baro
type: bool
default_value: OFF
default_value: ON
- name: inav_allow_dead_reckoning
description: "Defines if INAV will dead-reckon over short GPS outages. May also be useful for indoors OPFLOW navigation"
default_value: OFF
Expand Down

0 comments on commit 7246709

Please sign in to comment.