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