auto-sync
This commit is contained in:
parent
f591bd29db
commit
59ba9b974e
|
@ -203,6 +203,7 @@ static void showLine(lcd_line_e line, int screenY) {
|
|||
return;
|
||||
case LL_RPM:
|
||||
lcdPrintf("RPM %d", getRpmE(engine));
|
||||
#if EFI_FILE_LOGGING || defined(__DOXYGEN__)
|
||||
{
|
||||
char sdState;
|
||||
if (boardConfiguration->isSdCardEnabled) {
|
||||
|
@ -215,6 +216,7 @@ static void showLine(lcd_line_e line, int screenY) {
|
|||
lcdPrintf(" %d%c", seconds, sdState);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
return;
|
||||
case LL_CLT_TEMPERATURE:
|
||||
lcdPrintf("Coolant %f", getCoolantTemperature(PASS_ENGINE_PARAMETER_F));
|
||||
|
|
|
@ -275,5 +275,5 @@ int getRusEfiVersion(void) {
|
|||
return 123; // this is here to make the compiler happy about the unused array
|
||||
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
||||
return 3211; // this is here to make the compiler happy about the unused array
|
||||
return 20151017;
|
||||
return 20151018;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue