remove prints

pull/200/head
alanbjohnston 3 years ago committed by GitHub
parent 642ea2a6e7
commit 4b6c08cb0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1352,8 +1352,8 @@ void write_wave(int i, byte *buffer)
{ {
buffer[ctr++] = (byte)(phase == 1); buffer[ctr++] = (byte)(phase == 1);
// Serial.printf("buffer is %d \n", buffer[ctr - 1]); // Serial.printf("buffer is %d \n", buffer[ctr - 1]);
Serial.print(ctr); // Serial.print(ctr);
Serial.print(" "); // Serial.print(" ");
if (ctr > bufLen) { if (ctr > bufLen) {
ctr = ctr - bufLen; ctr = ctr - bufLen;

Loading…
Cancel
Save

Powered by TurnKey Linux.