proxy progress - getting REALLY close?!
This commit is contained in:
parent
0ff0da1707
commit
31363ccb77
|
@ -3,6 +3,6 @@ package com.rusefi;
|
|||
import java.util.concurrent.atomic.AtomicReference;
|
||||
|
||||
public class rusEFIVersion {
|
||||
public static final int CONSOLE_VERSION = 20200717;
|
||||
public static final int CONSOLE_VERSION = 20200722;
|
||||
public static AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue