diff --git a/src/main.cpp b/src/main.cpp index afc0fbb..5dbdc6d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -477,7 +477,7 @@ void setup() { sem_compteur = false; // initialisation du sémaphore //pinMode(pulsePin,INPUT_PULLUP); start_compteur(); - //start_moteur(); // moteur + start_moteur(); // moteur }