print ctr reset

pull/202/head
alanbjohnston 3 years ago committed by GitHub
parent 6cf63a6a22
commit a72c4ff9d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1349,11 +1349,11 @@ void write_wave(int i, byte *buffer)
// Serial.printf("buffer is %d \n", buffer[ctr - 1]);
if (ctr > bufLen) {
ctr = ctr - bufLen;
if (debug_mode) {
Serial.print("\r");
Serial.print(" ");
// if (debug_mode) {
Serial.print("ctr reset ");
// Serial.print(" ");
Serial.println(millis());
}
// }
}
// Serial.printf(" b: %d ", buffer[ctr - 1]);

Loading…
Cancel
Save

Powered by TurnKey Linux.