From c28b943abc9061ce107b88b1e2f095c39477f6b9 Mon Sep 17 00:00:00 2001 From: pgp Date: Tue, 2 Feb 2021 09:12:30 +0100 Subject: [PATCH] changements compte-tour & scribe --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index c7f7d6c..caa0b5a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -342,7 +342,7 @@ void scribe_sd (){ Serial.println("sem_scribe="); Serial.println(sem_scribe); - if (chrono_scribe >= inter_ecriture ){ + if ( sem_scribe == true && chrono_scribe >= inter_ecriture ){ //Serial.println("balise scribe"); char timestamp[] = "YY-MM-DD-hh:mm:ss"; char *horodatage = now.toString(timestamp);