remove duplicate code

This commit is contained in:
Robin Müller 2023-01-23 14:18:12 +01:00
parent 8c9d215672
commit 95299cf522
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

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