From 994e6057d51a38ae94c5c90d2a7a01989865d176 Mon Sep 17 00:00:00 2001 From: pgp Date: Thu, 11 Feb 2021 11:14:12 +0100 Subject: [PATCH] delay pour test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }