parent
7982cb4485
commit
a3b0730d15
|
@ -6,7 +6,7 @@ import java.net.URL;
|
|||
import java.util.concurrent.atomic.AtomicReference;
|
||||
|
||||
public class rusEFIVersion {
|
||||
public static final int CONSOLE_VERSION = 20230407;
|
||||
public static final int CONSOLE_VERSION = 20230511;
|
||||
public static AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
|
||||
|
||||
public static long classBuildTimeMillis() {
|
||||
|
|
|
@ -261,6 +261,8 @@ public class StartupFrame {
|
|||
// these should be about 213px wide
|
||||
if (bundle.contains("proteus")) {
|
||||
logoName = LOGO_PATH + "logo_proteus.png";
|
||||
} else if (bundle.contains("honda")) {
|
||||
logoName = LOGO_PATH + "logo_tutomo.png";
|
||||
} else if (bundle.contains("alphax")) {
|
||||
logoName = LOGO_PATH + "logo_alphax.png";
|
||||
} else if (bundle.contains(".mre")) {
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue