missing commandActive reset
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2022-10-06 18:05:06 +02:00
parent 36c9feaf3f
commit 9173c4d2cb
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -26,6 +26,7 @@ void ScexDeviceHandler::doStartUp() { setMode(MODE_ON); }
void ScexDeviceHandler::doShutDown() {
reader.reset();
commandActive = false;
setMode(_MODE_POWER_DOWN);
}