bug fixes in star tracker handler
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Jakob Meier
2022-01-17 08:40:56 +01:00
parent 470e834b80
commit 952dfde5b7
9 changed files with 160 additions and 160 deletions

View File

@ -125,7 +125,7 @@ ReturnValue_t StrHelper::startImageUpload(std::string fullname) {
if(not std::filesystem::exists(fullname)) {
return FILE_NOT_EXISTS;
}
internalState = InternalState::UPLOAD_FPGA_IMAGE;
internalState = InternalState::UPLOAD_IMAGE;
semaphore.release();
terminate = false;
return RETURN_OK;