ACS Parameter Fix #642

Merged
muellerr merged 5 commits from acs-params-fix into v2.1.0-dev 2023-05-23 20:20:03 +02:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 04571bbd7a - Show all commits

View File

@ -48,6 +48,7 @@ will consitute of a breaking change warranting a new major release:
- Add the remaining system modes.
- PLOC MPSoC flash read command working.
- BPX battery handler is added for EM by default.
## Fixed

View File

@ -83,8 +83,8 @@ set(OBSW_ADD_MGT
${INIT_VAL}
CACHE STRING "Add MGT module")
set(OBSW_ADD_BPX_BATTERY_HANDLER
${INIT_VAL}
CACHE STRING "Add MGT module")
1
CACHE STRING "Add BPX battery module")
set(OBSW_ADD_STAR_TRACKER
${INIT_VAL}
CACHE STRING "Add Startracker module")