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 class DfuHelper {
|
||||||
public static void sendDfuRebootCommand(IoStream stream, StringBuilder messages) {
|
public static void sendDfuRebootCommand(IoStream stream, StringBuilder messages) {
|
||||||
|
byte[] command = BinaryProtocol.getTextCommandBytes(Fields.CMD_REBOOT_DFU);
|
||||||
|
|
||||||
|
|
||||||
if (1==1)
|
|
||||||
return;
|
|
||||||
|
|
||||||
byte[] command = BinaryProtocol.getTextCommandBytes(Fields.CMD_REBOOT_DFU);
|
|
||||||
try {
|
try {
|
||||||
stream.sendPacket(command);
|
stream.sendPacket(command);
|
||||||
stream.close();
|
stream.close();
|
||||||
|
|
Loading…
Reference in New Issue