Skip to content

Commit

Permalink
decrease altitude sampling interval to 10 cycles
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-goddard committed May 11, 2024
1 parent ac5ddde commit 96166c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/flight_mode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class AscentMode : public FlightMode {
/**
* The interval over which to record sampled averaged data for apogee detection.
*/
int interval = 30;
int interval = 10;

/**
* The current counter of data points in a sample.
Expand Down

0 comments on commit 96166c0

Please sign in to comment.