still doesnt work
All checks were successful
EIVE/eive-obsw/pipeline/pr-v3.0.0-dev This commit looks good

This commit is contained in:
2023-06-07 14:13:32 +02:00
parent a110bf32aa
commit 4bcfb8f5a2
2 changed files with 4 additions and 1 deletions

View File

@ -26,9 +26,9 @@ void GyrAdis1650XHandler::doStartUp() {
breakCountdown.setTimeout(adis1650x::START_UP_TIME);
commandExecuted = true;
}
updatePeriodicReply(true, adis1650x::REPLY);
}
if (internalState == InternalState::STARTUP_DONE) {
updatePeriodicReply(true, adis1650x::REPLY);
setMode(MODE_ON);
internalState = InternalState::NONE;
}