diff --git a/src/boards/Main/Configs/MEAConfig.h b/src/boards/Main/Configs/MEAConfig.h
index cd615a54235d4d86621d21dc11a0505edeb1f9e0..d42c6edc63f8fe90c1a557ac0d4d855b76d34e3b 100644
--- a/src/boards/Main/Configs/MEAConfig.h
+++ b/src/boards/Main/Configs/MEAConfig.h
@@ -52,8 +52,7 @@ constexpr float DEFAULT_INITIAL_ROCKET_MASS = 33.87f;  // [kg]
 constexpr float SHUTDOWN_APOGEE_TARGET      = 3200;    // agl [m]
 #endif
 
-constexpr float CD_CORRECTION_FACTOR =
-    1.0f;  // Completely random number (for now... i hope)
+constexpr float CD_CORRECTION_FACTOR = 1.165f;
 
 constexpr unsigned int SHUTDOWN_N_SAMPLES = 5;