Skip to content

Commit

Permalink
Merge pull request #464 from Master92/formatRecalc
Browse files Browse the repository at this point in the history
Update free SD card space after format
  • Loading branch information
ligenxxxx authored Dec 10, 2024
2 parents 484c897 + 2714609 commit 5a4749c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/page_storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ static format_codes_t page_storage_format_sd() {
}

clear_videofile_cnt();
sdcard_update_free_size();

// Restore logging if needed
if (applogfile) {
Expand Down

0 comments on commit 5a4749c

Please sign in to comment.