Per Mårtensson %!s(int64=3) %!d(string=hai) anos
pai
achega
33116eb797
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;