auto-sync
This commit is contained in:
parent
ccfdd172e0
commit
d9ae30909e
|
@ -248,9 +248,9 @@ void yellowMagic(int currentPageId, int offset, int count) {
|
|||
* read log file content for rusEfi console
|
||||
*/
|
||||
static void handleReadFileContent(ts_channel_s *tsChannel, short fileId, short offset, short length) {
|
||||
|
||||
#if EFI_PROD_CODE || defined(__DOXYGEN__)
|
||||
readLogFileContent(tsChannel->crcReadBuffer, fileId, offset, length);
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 373 B |
Binary file not shown.
After Width: | Height: | Size: 875 B |
|
@ -36,7 +36,7 @@ import static com.rusefi.ui.storage.PersistentConfiguration.getConfig;
|
|||
* @see EngineSnifferPanel
|
||||
*/
|
||||
public class Launcher {
|
||||
public static final int CONSOLE_VERSION = 20160421;
|
||||
public static final int CONSOLE_VERSION = 20160507;
|
||||
public static final boolean SHOW_STIMULATOR = false;
|
||||
private static final String TAB_INDEX = "main_tab";
|
||||
protected static final String PORT_KEY = "port";
|
||||
|
|
|
@ -59,12 +59,12 @@ public class RecentCommands {
|
|||
COMMAND_ICONS.put(ALTINFO, UiUtils.loadIcon("alternator.jpg"));
|
||||
COMMAND_ICONS.put(ACCELINFO, infoIcon);
|
||||
COMMAND_ICONS.put(TSINFO, infoIcon);
|
||||
COMMAND_ICONS.put(joystickINFO, infoIcon);
|
||||
COMMAND_ICONS.put(joystickINFO, UiUtils.loadIcon("joystick.png"));
|
||||
COMMAND_ICONS.put(CANINFO, infoIcon);
|
||||
COMMAND_ICONS.put(FUELINFO, infoIcon);
|
||||
COMMAND_ICONS.put(TEMPINFO, infoIcon);
|
||||
COMMAND_ICONS.put(HIPINFO, UiUtils.loadIcon("knock.jpg"));
|
||||
COMMAND_ICONS.put(SDINFO, infoIcon);
|
||||
COMMAND_ICONS.put(SDINFO, UiUtils.loadIcon("sdinfo.jpg"));
|
||||
COMMAND_ICONS.put(FSIOINFO, infoIcon);
|
||||
COMMAND_ICONS.put(PINS, infoIcon);
|
||||
COMMAND_ICONS.put(SettingsTab.WRITECONFIG, UiUtils.loadIcon("writeconfig.jpg"));
|
||||
|
|
Loading…
Reference in New Issue