Skip to content

Commit

Permalink
add default state at starting
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmoneyron authored and Keruspe committed May 2, 2020
1 parent 360a301 commit 3d05938
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions srcs/integration_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ void loop() {
UNGREEDY(is_drawn, {
display("MakAir test", "Press start button");
displayLine(VERSION, 3);
servoBlower.open();
servoPatient.open();
});
break;
}
Expand Down

0 comments on commit 3d05938

Please sign in to comment.