@ -124,6 +124,8 @@ void setup() {
void serialFlush(){
while(Serial.available() > 0) {
char t = Serial.read();
if(t == '\0')
break;
}