This commit is contained in:
rusefi 2020-05-08 17:44:50 -04:00
parent 4082a53f56
commit 62e95ad799
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ import static com.rusefi.ui.storage.PersistentConfiguration.getConfig;
* @see EngineSnifferPanel
*/
public class Launcher {
public static final int CONSOLE_VERSION = 20200507;
public static final int CONSOLE_VERSION = 20200508;
public static final String INI_FILE_PATH = System.getProperty("ini_file_path", "..");
public static final String INPUT_FILES_PATH = System.getProperty("input_files_path", "..");
public static final String TOOLS_PATH = System.getProperty("tools_path", ".");

View File

@ -18,7 +18,7 @@ public class ProgramSelector {
private static final String MANUAL_DFU = "Manual DFU";
private static final String ST_LINK = "ST-LINK";
private static final String HELP = "https://github.com/rusefi/rusefi/wiki/HOWTO_Update_Firmeware";
private static final String HELP = "https://github.com/rusefi/rusefi/wiki/HOWTO_Update_Firmware";
private final JPanel controls = new JPanel(new FlowLayout());
private final JComboBox mode = new JComboBox();