this fixed the unrequested reply #349

Merged
muellerr merged 4 commits from mueller/tcs_subsystem into develop 2023-01-23 14:18:23 +01:00
Showing only changes of commit 95299cf522 - Show all commits

View File

@ -21,7 +21,6 @@ void Max31865EiveHandler::doStartUp() {
transitionOk = false; transitionOk = false;
} }
if ((state == InternalState::ON or state == InternalState::ACTIVE) and transitionOk) { if ((state == InternalState::ON or state == InternalState::ACTIVE) and transitionOk) {
updatePeriodicReply(true, EiveMax31855::RtdCommands::EXCHANGE_SET_ID);
if (instantNormal) { if (instantNormal) {
setMode(MODE_NORMAL); setMode(MODE_NORMAL);
} else { } else {