Skip to content

Commit

Permalink
Merge pull request iNavFlight#10411 from breadoven/abo_alt_sensor_set…
Browse files Browse the repository at this point in the history
…ting_fix

Default altitude sensor setting fix
  • Loading branch information
breadoven authored Oct 14, 2024
2 parents 850d98f + 8d6c2e7 commit 7d072e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/fc/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ tables:
values: ["GENERIC", "ELRS", "SIK"]
enum: mavlinkRadio_e
- name: default_altitude_source
values: ["GPS", "BARO", "GPS ONLY", "BARO ONLY"]
values: ["GPS", "BARO", "GPS_ONLY", "BARO_ONLY"]
enum: navDefaultAltitudeSensor_e

constants:
Expand Down

0 comments on commit 7d072e3

Please sign in to comment.