소스 검색

Fix out volt

Per Mårtensson 3 년 전
부모
커밋
33116eb797
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main.cpp

+ 1 - 1
src/main.cpp

@@ -315,7 +315,7 @@ void UpdateSerialOutput() {
   txString += ",";
   txString += (String)((((float)adcValue_UB / 1023 * 5) / 10000) * 110000);
   txString += ",";
-  txString += (String)(Lookup_Lambda(adcValue_UA) * AirFuelRatioOctane));
+  txString += (String)(Lookup_Lambda(adcValue_UA) * AirFuelRatioOctane);
   txString += ",";
   txString += (String)checksum;