Skip to content

Commit c1bdf03

Browse files
committed
Exit menu after going to next step
1 parent da7155e commit c1bdf03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sw/BrewOMatic/BrewOMatic.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ void BrewOMatic::actionNextStep()
100100
/* Stop the pump */
101101
pumpSet(0);
102102
mBrewingState = BREWING_GET_NEXT_STEP;
103+
104+
actionMenuBack(true);
103105
}
104106

105107
void BrewOMatic::actionMenuBack(bool exit)

0 commit comments

Comments
 (0)