Skip to content

Commit

Permalink
Update free SD card space after format
Browse files Browse the repository at this point in the history
  • Loading branch information
Master92 committed Dec 3, 2024
1 parent c224c17 commit 2714609
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 2714609

Please sign in to comment.