Skip to content

Commit

Permalink
Latest Release RM0416-0359-0.100.4-22e2176 on PATREON & GitHub - DEFA…
Browse files Browse the repository at this point in the history
…ULT STORAGE LABEL
  • Loading branch information
RogueMaster committed Apr 17, 2024
1 parent 95b57f9 commit 30fa5d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions applications/services/storage/storages/storage_ext.c
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,9 @@ FS_Error storage_process_virtual_format(StorageData* storage) {
SDData* sd_data = storage->data;
uint8_t* work = malloc(_MAX_SS);
SDError error = f_mkfs(sd_data->path, FM_ANY, 0, work, _MAX_SS);
storage_process_virtual_mount(storage);
f_setlabel("DOLPHIN");
storage_process_virtual_unmount(storage);
free(work);
if(error != FR_OK) return FSE_INTERNAL;
return FSE_OK;
Expand Down

0 comments on commit 30fa5d6

Please sign in to comment.