diff --git a/comms.ino b/comms.ino index 1f9af452..e979f404 100644 --- a/comms.ino +++ b/comms.ino @@ -88,7 +88,6 @@ void command() break; case 'Z': //Totally non-standard testing function. Will be removed once calibration testing is completed. This function takes 1.5kb of program space! :S - Serial.println("Coolant"); for(int x=0; x> 1); //map value is divided by 2 response[5] = (byte)(currentStatus.IAT + CALIBRATION_TEMPERATURE_OFFSET); //mat response[6] = (byte)(currentStatus.coolant + CALIBRATION_TEMPERATURE_OFFSET); //Coolant ADC response[7] = currentStatus.tpsADC; //TPS (Raw 0-255)