diff --git a/UnifiedFlashingPlatform/UnifiedFlashingPlatformTransport.WriteParam.cs b/UnifiedFlashingPlatform/UnifiedFlashingPlatformTransport.WriteParam.cs index 5630912..635e69b 100644 --- a/UnifiedFlashingPlatform/UnifiedFlashingPlatformTransport.WriteParam.cs +++ b/UnifiedFlashingPlatform/UnifiedFlashingPlatformTransport.WriteParam.cs @@ -18,11 +18,7 @@ namespace UnifiedFlashingPlatform // 4 empty bytes here Buffer.BlockCopy(Data, 0, Request, 15, Data.Length); - byte[]? Response = ExecuteRawMethod(Request); - if ((Response == null) || (Response.Length < 0x10)) - { - return; - } + ExecuteRawMethod(Request); } // TODO: Verify proper functionality