test
This commit is contained in:
parent
21dbacb881
commit
2e7efbe527
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue