Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions firmware/src/state_machine/state_machine_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
#define MACH_UNLOCK_CHECKS 10

// Drogue deployment
#define DROGUE_DEPLOY_VELOCITY_THRESHOLD_MPS 5.0f
#define DROGUE_DEPLOY_VELOCITY_THRESHOLD_MPS 0.0f
#define DROGUE_DEPLOY_CHECKS 5
#define DROGUE_DEPLOY_DELAY_MS 3000
#define DROGUE_DEPLOY_DELAY_MS 1000

// Main deployment
#define MAIN_DEPLOY_ALTITUDE_M 488.0f
Expand Down
Loading