reducing application inactivity timeout to make controllers happier
This commit is contained in:
parent
a08e359194
commit
fde4b2455f
|
@ -3,6 +3,6 @@ package com.rusefi;
|
|||
import java.util.concurrent.atomic.AtomicReference;
|
||||
|
||||
public class rusEFIVersion {
|
||||
public static final int CONSOLE_VERSION = 20200722;
|
||||
public static final int CONSOLE_VERSION = 20200723;
|
||||
public static AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue