rusEFI console to compare current bundle against auto-DFU bundle #3266

one step back
This commit is contained in:
rusefillc 2021-09-25 21:49:23 -04:00
parent 9eb98b8d16
commit b602f1b158
1 changed files with 1 additions and 7 deletions

View File

@ -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();