openblt over serial works

This commit is contained in:
Matthew Kennedy 2023-10-25 00:02:31 -07:00 committed by rusefillc
parent 1ad5406779
commit e9fdc1df78
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ public final class OpenbltBootCommanderRunner {
private static final String OPENBLT_BINARY_LOCATION = Launcher.TOOLS_PATH + File.separator + "openblt";
public static void flashSerial(String port, String file, UpdateOperationCallbacks callbacks) {
runOpenblt(file, callbacks, "-s=xcp -t=xcp_rs232 -d" + port);
runOpenblt(file, callbacks, "-s=xcp -t=xcp_rs232 -d=" + port);
}
public static void flashCan(String file, UpdateOperationCallbacks callbacks) {