more code added special request handling
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

to be tested
This commit is contained in:
2023-02-20 11:47:26 +01:00
parent 2bacf1efa0
commit 2b38fe19af
3 changed files with 34 additions and 23 deletions

View File

@ -118,7 +118,7 @@ void ImtqPollingTask::handleMeasureStep() {
}
// Takes a bit of time to take measurements. Subtract a bit because of the delay of previous
// commands.
TaskFactory::delayTask(currentIntegrationTimeMs - 1);
TaskFactory::delayTask(currentIntegrationTimeMs);
cmdBuf[0] = imtq::CC::GET_RAW_MTM_MEASUREMENT;
if (i2cCmdExecMeasure(imtq::CC::GET_RAW_MTM_MEASUREMENT) != returnvalue::OK) {