Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
chazzhou committed Apr 14, 2023
1 parent a1b916d commit 7dac155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Transmitter/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ enum RocketState

RocketState currentState = IDLE;

const float LAUNCH_THRESHOLD = 12; // Lower threshold acceleration (in m/s^2) to determine launch
const float LAUNCH_THRESHOLD = 12.5; // Lower threshold acceleration (in m/s^2) to determine launch
const float RECOVERY_THRESHOLD = 10.2; // Upper threshold acceleration (in m/s^2) to determine the rocket is landed

// Declare sensor objects
Expand Down

0 comments on commit 7dac155

Please sign in to comment.