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

@@ -1682,7 +1682,6 @@ void AudioPlayMemory::update(void)
if (length > consumed) {
length -= consumed;
} else {
Serial.println("end");
playing = 0;
}
transmit(block);

Carregando…
Cancelar
Salvar