Merge pull request 'increase max num of scheduled commands to 4000' (#832) from allow-more-scheduled-commands into main
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
Reviewed-on: #832 Reviewed-by: Marius Eggert <eggertm@irs.uni-stuttgart.de>
This commit is contained in:
@ -16,6 +16,10 @@ will consitute of a breaking change warranting a new major release:
|
|||||||
|
|
||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
|
||||||
|
- Increased the maximum number of scheduled telecommands from 500 to 4000. Merry Christmas!
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
|
|
||||||
- Faulty mapping of input values for QUEST algorithm.
|
- Faulty mapping of input values for QUEST algorithm.
|
||||||
|
@ -64,7 +64,7 @@ include(EiveHelpers)
|
|||||||
option(EIVE_ADD_ETL_LIB "Add ETL library" ON)
|
option(EIVE_ADD_ETL_LIB "Add ETL library" ON)
|
||||||
option(EIVE_ADD_JSON_LIB "Add JSON library" ON)
|
option(EIVE_ADD_JSON_LIB "Add JSON library" ON)
|
||||||
|
|
||||||
set(OBSW_MAX_SCHEDULED_TCS 500)
|
set(OBSW_MAX_SCHEDULED_TCS 4000)
|
||||||
|
|
||||||
if(EIVE_Q7S_EM)
|
if(EIVE_Q7S_EM)
|
||||||
set(OBSW_Q7S_EM
|
set(OBSW_Q7S_EM
|
||||||
|
2
fsfw
2
fsfw
Submodule fsfw updated: 7105e199c6...e64e8b274d
2
tmtc
2
tmtc
Submodule tmtc updated: f63a834d9a...4c54aa7586
Reference in New Issue
Block a user