Per Mårtensson 3 年之前
父節點
當前提交
1ea51eb65d
共有 1 個文件被更改,包括 3 次插入3 次删除
  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();