Unlock USB when starting mass storage

This commit is contained in:
Willy-JL
2024-03-23 05:32:47 +00:00
parent 5b63952b12
commit 48e37ef0f7

View File

@@ -109,6 +109,7 @@ void mass_storage_scene_work_on_enter(void* context) {
.eject = file_eject,
};
furi_hal_usb_unlock();
app->usb = mass_storage_usb_start(furi_string_get_cstr(file_name), fn);
furi_string_free(file_name);