This commit is contained in:
2021-09-08 21:05:40 +02:00
parent c4ff4efaf0
commit 03823cf903

View File

@ -254,7 +254,9 @@ int writeToFlash(FILE *flashfd, FILE *srcfd, char *mess) {
return FAIL;
}
bytes = fread(buffer, sizeof(char), bytes, srcfd);
printf(".");
}
printf("\n");
fclose(flashfd);
fclose(srcfd);
LOG(logINFO, ("\tWrote %ld bytes to flash\n", totalBytes));