ISO-TP does not work on 2011 Xterra fix #4427
This commit is contained in:
parent
f93c5eda8b
commit
17080df01a
|
@ -277,7 +277,7 @@ public class rusEFI extends Activity {
|
|||
public void onActivity() {
|
||||
|
||||
}
|
||||
});
|
||||
}, StatusConsumer.ANONYMOUS);
|
||||
visibleLogAppend("Running TCP/IP proxy on " + LOCAL_PORT);
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
|
|
|
@ -6,7 +6,7 @@ import java.net.URL;
|
|||
import java.util.concurrent.atomic.AtomicReference;
|
||||
|
||||
public class rusEFIVersion {
|
||||
public static final int CONSOLE_VERSION = 20220809;
|
||||
public static final int CONSOLE_VERSION = 20220811;
|
||||
public static AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
|
||||
|
||||
public static long classBuildTimeMillis() {
|
||||
|
|
Loading…
Reference in New Issue