diff --git a/comms.ino b/comms.ino index 74ef7664..ad250862 100644 --- a/comms.ino +++ b/comms.ino @@ -831,7 +831,7 @@ void sendToothLog(bool useChar) Serial.write(lowByte(tempToothHistory[x])); } } - Serial.flush(); + //Serial.flush(); }