Ver código fonte

Remove leftover debugging print

dds
PaulStoffregen 11 anos atrás
pai
commit
7763119ac1
1 arquivos alterados com 0 adições e 1 exclusões
  1. +0
    -1
      Audio.cpp

+ 0
- 1
Audio.cpp Ver arquivo

if (length > consumed) { if (length > consumed) {
length -= consumed; length -= consumed;
} else { } else {
Serial.println("end");
playing = 0; playing = 0;
} }
transmit(block); transmit(block);

Carregando…
Cancelar
Salvar