diff --git a/src/main.cpp b/src/main.cpp index 5be10df..1e1c9c7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -503,7 +503,7 @@ void setup() { sem_scribe = false; // initialisation du sémaphore //pinMode(pulsePin,INPUT_PULLUP); start_compteur(); - delay(2000); + delay(5000); start_moteur(); // moteur }