Skip to content

Commit

Permalink
Improve baro filtering defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
pmattila committed May 14, 2024
1 parent 9aad5c1 commit 397f638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/pg/position.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ PG_REGISTER_WITH_RESET_TEMPLATE(positionConfig_t, positionConfig, PG_POSITION, 0

PG_RESET_TEMPLATE(positionConfig_t, positionConfig,
.alt_source = ALT_SOURCE_DEFAULT,
.baro_alt_lpf = 25,
.baro_alt_lpf = 100,
.baro_offset_lpf = 5,
.gps_alt_lpf = 25,
.gps_offset_lpf = 5,
.gps_min_sats = 12,
.vario_lpf = 25,
.vario_lpf = 50,
);

0 comments on commit 397f638

Please sign in to comment.