Skip to content

Commit

Permalink
increase sliding window size
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongsyntax committed Feb 8, 2025
1 parent 686b97b commit 22110ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/autopilot/altimeter.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def measure(self) -> List[Dict[str, Tuple[float, float]]]:


def main():
sensor = XM125(average_window=5)
sensor = XM125(average_window=10)

try:
if not sensor.begin():
Expand Down

0 comments on commit 22110ab

Please sign in to comment.