mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-10 05:59:08 -07:00
Merge pull request #444 from imsneo/patch-2
Fixed Storage Full Error To Properly Be Handled
This commit is contained in:
@@ -137,7 +137,9 @@ static void rpc_system_storage_info_process(const PB_Main* request, void* contex
|
||||
free(response);
|
||||
furi_record_close(RECORD_STORAGE);
|
||||
}
|
||||
|
||||
if(command_status == PB_CommandStatus_OK) {
|
||||
command_status = PB_CommandStatus_ERROR_STORAGE_INTERNAL;
|
||||
}
|
||||
static void rpc_system_storage_timestamp_process(const PB_Main* request, void* context) {
|
||||
furi_assert(request);
|
||||
furi_assert(context);
|
||||
|
||||
Reference in New Issue
Block a user