ISO-TP does not work on 2011 Xterra fix #4427

This commit is contained in:
rusefillc 2022-08-11 13:24:07 -04:00
parent f93c5eda8b
commit 17080df01a
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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() {