rusEFI console to compare current bundle against auto-DFU bundle #3266
one step back
This commit is contained in:
parent
985467319a
commit
8f5be493fe
|
@ -7,13 +7,7 @@ import java.io.IOException;
|
|||
|
||||
public class DfuHelper {
|
||||
public static void sendDfuRebootCommand(IoStream stream, StringBuilder messages) {
|
||||
|
||||
|
||||
|
||||
if (1==1)
|
||||
return;
|
||||
|
||||
byte[] command = BinaryProtocol.getTextCommandBytes(Fields.CMD_REBOOT_DFU);
|
||||
byte[] command = BinaryProtocol.getTextCommandBytes(Fields.CMD_REBOOT_DFU);
|
||||
try {
|
||||
stream.sendPacket(command);
|
||||
stream.close();
|
||||
|
|
Loading…
Reference in New Issue