fixing build-in flasher
This commit is contained in:
parent
9d8c147580
commit
464f5f698d
|
@ -46,7 +46,7 @@ import static com.rusefi.ui.storage.PersistentConfiguration.getConfig;
|
||||||
* @see EngineSnifferPanel
|
* @see EngineSnifferPanel
|
||||||
*/
|
*/
|
||||||
public class Launcher {
|
public class Launcher {
|
||||||
public static final int CONSOLE_VERSION = 20190706;
|
public static final int CONSOLE_VERSION = 20190713;
|
||||||
public static final boolean SHOW_STIMULATOR = false;
|
public static final boolean SHOW_STIMULATOR = false;
|
||||||
public static final String INPUT_FILES_PATH = "..";
|
public static final String INPUT_FILES_PATH = "..";
|
||||||
private static final String TAB_INDEX = "main_tab";
|
private static final String TAB_INDEX = "main_tab";
|
||||||
|
|
|
@ -12,7 +12,7 @@ public class ProcessStatusWindow {
|
||||||
|
|
||||||
protected StringBuffer executeCommand(String command) {
|
protected StringBuffer executeCommand(String command) {
|
||||||
return ExecHelper.executeCommand(FirmwareFlasher.BINARY_LOCATION,
|
return ExecHelper.executeCommand(FirmwareFlasher.BINARY_LOCATION,
|
||||||
FirmwareFlasher.BINARY_LOCATION + File.pathSeparator + command,
|
FirmwareFlasher.BINARY_LOCATION + File.separator + command,
|
||||||
FirmwareFlasher.OPENOCD_EXE, wnd);
|
FirmwareFlasher.OPENOCD_EXE, wnd);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue