Skip to content

Commit

Permalink
revert buggy inav_use_gps_no_baro to default off
Browse files Browse the repository at this point in the history
  • Loading branch information
sensei-hacker committed May 24, 2024
1 parent dd91a87 commit 26c7189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/fc/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2288,10 +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."
description: "Defines if INAV should use only use GPS data for altitude estimation and not barometer. 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: ON
default_value: OFF
- 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 26c7189

Please sign in to comment.