increase max num of scheduled commands to 4000 #832

Merged
muellerr merged 6 commits from allow-more-scheduled-commands into main 2023-12-13 11:24:37 +01:00
4 changed files with 7 additions and 3 deletions

View File

@ -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.

View File

@ -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

Submodule fsfw updated: 7105e199c6...e64e8b274d

2
tmtc

Submodule tmtc updated: f63a834d9a...4c54aa7586