continue autonomous depl handling
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-10-12 15:19:21 +02:00
parent 6a900693f3
commit 2bc7c7b3ae
3 changed files with 104 additions and 5 deletions

View File

@ -34,6 +34,10 @@ static constexpr uint8_t LIVE_TM = 0;
static constexpr uint32_t MAX_PATH_SIZE = 100;
static constexpr uint32_t MAX_FILENAME_SIZE = 50;
static constexpr uint32_t SA_DEPL_INIT_BUFFER_SECS = 120;
static constexpr uint32_t SA_DEPL_BURN_TIME_SECS = 90;
static constexpr uint32_t SA_DEPL_WAIT_TIME_SECS = 45 * 60;
} // namespace config
#endif /* COMMON_CONFIG_DEFINITIONS_H_ */