mmc_card: reset binary logger on new file start

So each new file is started with proper header
This commit is contained in:
Andrey Gusakov 2025-01-21 16:18:23 +03:00 committed by rusefillc
parent bad0071aeb
commit 84a77ff3c6
1 changed files with 1 additions and 0 deletions

View File

@ -534,6 +534,7 @@ static int sdLogger()
incLogFileName(&FDLogFile);
sdLoggerCreateFile(&FDLogFile);
resetFileLogging();
sdLoggerInitDone = true;
}