parent
ee33ca6c1b
commit
d5c556d97b
|
@ -47,9 +47,4 @@
|
|||
#define ts_show_cylinder_12 false
|
||||
|
||||
|
||||
#define show_Hellen_hyundai_154 false
|
||||
|
||||
#define IGN_RPM_COUNT 24
|
||||
#define IGN_LOAD_COUNT 24
|
||||
|
||||
#define CLT_UPPER_LIMIT 125
|
||||
|
|
|
@ -33,8 +33,8 @@ public class LogoHelper {
|
|||
// 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("honda")) {
|
||||
// logoName = LOGO_PATH + "logo_tutomo.png";
|
||||
} else if (bundle.contains("alphax")) {
|
||||
logoName = LOGO_PATH + "logo_alphax.png";
|
||||
} else if (bundle.contains(".mre")) {
|
||||
|
|
Loading…
Reference in New Issue