dhb2normal #313
@ -148,9 +148,6 @@ ReturnValue_t Max31865EiveHandler::interpretDeviceReply(DeviceCommandId_t id,
|
|||||||
if (getMode() == _MODE_START_UP and exchangeStruct.configured and state == InternalState::ON) {
|
if (getMode() == _MODE_START_UP and exchangeStruct.configured and state == InternalState::ON) {
|
||||||
transitionOk = true;
|
transitionOk = true;
|
||||||
}
|
}
|
||||||
if (getMode() == _MODE_SHUT_DOWN) {
|
|
||||||
uint32_t dummy = 0;
|
|
||||||
}
|
|
||||||
if (getMode() == _MODE_SHUT_DOWN and not exchangeStruct.active) {
|
if (getMode() == _MODE_SHUT_DOWN and not exchangeStruct.active) {
|
||||||
transitionOk = true;
|
transitionOk = true;
|
||||||
return returnvalue::OK;
|
return returnvalue::OK;
|
||||||
|
Loading…
Reference in New Issue
Block a user