Merge branch 'smaller-str-fix' into str_set_time
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-07-13 17:31:53 +02:00
commit db61358639

View File

@ -820,6 +820,7 @@ void StarTrackerHandler::bootFirmware(Mode_t toMode) {
} else {
setMode(toMode, startracker::SUBMODE_FIRMWARE);
}
solutionSet.setReportingEnabled(true);
sif::info << "STR: Firmware boot success" << std::endl;
solutionSet.setReportingEnabled(true);
internalState = InternalState::IDLE;