Target AFR table Y axis stuck at 0 #4826

not working but shows promise?
This commit is contained in:
Andrey 2022-11-26 17:40:09 -05:00
parent 45a52e3ae2
commit 704f6a8318
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ public class JniUnitTest {
assertEquals(TS_FILE_VERSION, (int) getValue(engineLogic.getOutputs(), Sensor.FIRMWARE_VERSION));
// huh? assertEquals(14.0, getValue(engineLogic.getOutputs(), Sensor.afrTarget));
assertEquals(0.0, getValue(engineLogic.getOutputs(), Sensor.afrTarget));
double veValue = getValue(engineLogic.getOutputs(), Sensor.veValue);
assertTrue("veValue", veValue > 40 && veValue < 90);