only:hellen-honda-k

logo
This commit is contained in:
rusefillc 2023-05-11 12:07:55 -04:00
parent 7982cb4485
commit a3b0730d15
3 changed files with 3 additions and 1 deletions

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 = 20230407;
public static final int CONSOLE_VERSION = 20230511;
public static AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
public static long classBuildTimeMillis() {

View File

@ -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