We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58903a7 commit 87801b9Copy full SHA for 87801b9
1 file changed
TissueProcessor/TissueProcessor.ino
@@ -147,7 +147,6 @@ void syncTankID()
147
if (pendingTank < 1 || pendingTank > 12)
148
{
149
tankException = true;
150
- // Only print on change to avoid flooding serial
151
DBG("Wrong Tank ID: ");
152
DBGLN(currentRead);
153
return;
@@ -654,6 +653,8 @@ void verifyingActionChanged(EventArgs e)
654
653
655
if (e.action == ENTRY)
656
syncTankID();
+ if (e.action == EXIT)
657
+ tankChanged = false;
658
}
659
660
bool unknownDirectionPredicate(id_t id)
@@ -770,6 +771,7 @@ void idleActionChanged(EventArgs e)
770
771
outputsKill();
772
773
774
775
DBGLN("Enter idle");
776
777
if (finished)
0 commit comments