From 6d4d3252c9dc6098ba60fcc603ed7c0e3cd5b4fe Mon Sep 17 00:00:00 2001 From: pgp Date: Thu, 4 Feb 2021 09:22:41 +0100 Subject: [PATCH] =?UTF-8?q?modif=20d=C3=A9cla=20char=20tab=20fichier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index caa0b5a..aac5cfc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -53,7 +53,7 @@ DateTime now{rtc.now()}; //////////////////////////////// unsigned long inter_ecriture = 60000; // durée entre deux écritures sur la carte SD en millisecondes char horodatage[12]; //création du tableau pour contenir l'horodatage -char fichier[] = "/"; //tableau pour le nom de fichier +char fichier[12]; //tableau pour le nom de fichier ////////////////////////////////// /* DÉFINITIONS DU DRIVER MOTEUR */ @@ -488,6 +488,7 @@ void setup() { pinMode(bouton_wifi, INPUT); // bouton wifi //Serial.println("balise 0"); rtc_init(); // RTC + fichier[0] = '/'; sd_init (); // initialisation de la carte SD sem_wifi = false; // initialisation du sémaphore /* compteur de pulsations */