Per Mårtensson 3 years ago
parent
commit
1ea51eb65d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main.cpp

+ 3 - 3
src/main.cpp

@@ -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();