|
@@ -339,8 +339,8 @@ void UpdateUI() {
|
|
|
|
|
|
//Output display data.
|
|
|
|
|
|
- Serial1.print(Lookup_Lambda(adcValue_UA) * AirFuelRatioOctane, 2);
|
|
|
- Serial1.print(Lookup_Lambda(adcValue_UA), 2);
|
|
|
+ Serial.print(Lookup_Lambda(adcValue_UA) * AirFuelRatioOctane, 2);
|
|
|
+ Serial.print(Lookup_Lambda(adcValue_UA), 2);
|
|
|
|
|
|
}
|
|
|
}
|
|
@@ -375,7 +375,7 @@ void setup() {
|
|
|
}
|
|
|
|
|
|
void loop() {
|
|
|
-
|
|
|
+ Serial.println("TEST");
|
|
|
//Update Analog Values.
|
|
|
UpdateInputs();
|
|
|
|