mirror of https://github.com/rusefi/RomRaider.git
updated maf scaler
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@5 38686702-15cf-42e4-a595-3071df8bf5ea
This commit is contained in:
parent
c2a7570f2a
commit
d6d6e413ca
|
@ -66,10 +66,10 @@ public final class MafUpdateHandler implements DataUpdateHandler {
|
|||
if ((containsData(response, "E23") || containsData(response, "E49"))) {
|
||||
double tipIn = -1;
|
||||
if (containsData(response, "E23")) {
|
||||
tipIn = (int) findValue(response, "E23");
|
||||
tipIn = findValue(response, "E23");
|
||||
}
|
||||
if (containsData(response, "E49")) {
|
||||
tipIn = (int) findValue(response, "E49");
|
||||
tipIn = findValue(response, "E49");
|
||||
}
|
||||
valid = mafTab.isValidTipInThrottle(tipIn);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue