test horodatage

This commit is contained in:
pgp 2021-04-16 16:51:41 +02:00
parent 301d2b2e75
commit b9fb098576

View file

@ -415,8 +415,9 @@ void scribe_sd (){
if ( sem_scribe == true && chrono_scribe >= inter_ecriture ){
//Serial.println("balise scribe");
int vRotMoyen = count*60000/(pptr*chrono_scribe);
DateTime time{rtc.now()};
char timestamp[] = "YY-MM-DD-hh:mm:ss";
char *horodatage = now.toString(timestamp);
char *horodatage = time.toString(timestamp);
char buffer[64];
snprintf(buffer, sizeof buffer, "%d", vRotMoyen);
appendFile(SD, fichier, horodatage);