This commit is contained in:
Jakob Meier
2023-01-19 11:01:59 +01:00
parent 46904ee3f1
commit c291caba7d
2 changed files with 5 additions and 0 deletions

View File

@ -100,6 +100,7 @@ void Max31865EiveHandler::simpleCommand(EiveMax31855::RtdCommands cmd) {
rawPacket = cmdBuf.data();
rawPacketLen = 1;
}
void Max31865EiveHandler::doTransition(Mode_t modeFrom, Submode_t subModeFrom) {
if (getMode() == _MODE_TO_NORMAL) {
if (state != InternalState::ACTIVE) {