Skip to content
Snippets Groups Projects
Commit 1d2f8770 authored by Niccolò Betto's avatar Niccolò Betto
Browse files

[Payload][FMM] Update apogee timeout constant

parent e3f0853f
No related branches found
No related tags found
1 merge request!85[Main][Payload][RIGv2] Roccaraso flight software
Pipeline #10103 passed
......@@ -34,7 +34,7 @@ namespace FlightModeManager
/* linter-off */ using namespace std::chrono_literals;
constexpr auto MISSION_TIMEOUT = 15min;
constexpr auto APOGEE_TIMEOUT = 32s;
constexpr auto APOGEE_TIMEOUT = 18s;
} // namespace FlightModeManager
} // namespace Config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment