typo
This commit is contained in:
parent
4082a53f56
commit
62e95ad799
|
@ -44,7 +44,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 = 20200507;
|
public static final int CONSOLE_VERSION = 20200508;
|
||||||
public static final String INI_FILE_PATH = System.getProperty("ini_file_path", "..");
|
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 INPUT_FILES_PATH = System.getProperty("input_files_path", "..");
|
||||||
public static final String TOOLS_PATH = System.getProperty("tools_path", ".");
|
public static final String TOOLS_PATH = System.getProperty("tools_path", ".");
|
||||||
|
|
|
@ -18,7 +18,7 @@ public class ProgramSelector {
|
||||||
private static final String MANUAL_DFU = "Manual DFU";
|
private static final String MANUAL_DFU = "Manual DFU";
|
||||||
private static final String ST_LINK = "ST-LINK";
|
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 JPanel controls = new JPanel(new FlowLayout());
|
||||||
private final JComboBox mode = new JComboBox();
|
private final JComboBox mode = new JComboBox();
|
||||||
|
|
Loading…
Reference in New Issue