Simplify write param command

This commit is contained in:
Gustave Monce
2026-04-11 16:57:25 +02:00
parent e2ffcb7d78
commit 5941a3d1e3
@@ -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