From 3d05938dd5bb6281f16d13571fbff347b7ac04db Mon Sep 17 00:00:00 2001 From: gabrielmoneyron Date: Mon, 13 Apr 2020 02:11:08 +0200 Subject: [PATCH] add default state at starting --- srcs/integration_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcs/integration_test.cpp b/srcs/integration_test.cpp index a97a1013..e0bfd1bb 100644 --- a/srcs/integration_test.cpp +++ b/srcs/integration_test.cpp @@ -163,6 +163,8 @@ void loop() { UNGREEDY(is_drawn, { display("MakAir test", "Press start button"); displayLine(VERSION, 3); + servoBlower.open(); + servoPatient.open(); }); break; }