From 1af2ab6e05e55de7d0cfae252ca0dabb3987beef Mon Sep 17 00:00:00 2001 From: pgp Date: Mon, 1 Feb 2021 18:55:11 +0100 Subject: [PATCH] changements compte-tour & scribe --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 8e83e41..db4f68f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -339,11 +339,11 @@ void scribe_sd (){ start_chrono_scribe = millis(); } chrono_scribe = millis() - start_chrono_scribe; - Serial.println("chrono_scribe="); - Serial.println(chrono_scribe); + Serial.println("sem_scribe="); + Serial.println(sem_scribe); if ( sem_scribe == true && chrono_scribe >= intervalle_d_ecriture ){ - Serial.println("balise scribe"); + //Serial.println("balise scribe"); char timestamp[] = "YY-MM-DD-hh:mm:ss"; char *horodatage = now.toString(timestamp); char buffer[64];