mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 15:48:35 -07:00
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);
|
free(response);
|
||||||
furi_record_close(RECORD_STORAGE);
|
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) {
|
static void rpc_system_storage_timestamp_process(const PB_Main* request, void* context) {
|
||||||
furi_assert(request);
|
furi_assert(request);
|
||||||
furi_assert(context);
|
furi_assert(context);
|
||||||
|
|||||||
Reference in New Issue
Block a user