This commit is contained in:
pgp 2021-02-02 09:52:59 +01:00
parent 21dbacb881
commit 2e7efbe527

View file

@ -320,7 +320,7 @@ void sd_init() {
}
now = rtc.now();
char date_format[] = "DDhhmm";
char date_format[16] = "DDhhmm";
char *date = now.toString(date_format);
strcat(fichier,date);
char entete[] = "# YY-MM-DD:hh:mm:ss Vrot en tr/min \n";