SD flac example cleanup

This commit is contained in:
pschatzmann 2024-06-17 19:17:26 +02:00
parent b1da78d5fd
commit dbf649d592

View File

@ -18,7 +18,6 @@
const int chipSelect=PIN_AUDIO_KIT_SD_CARD_CS;
AudioBoardStream i2s(AudioKitEs8388V1); // final output of decoded stream
FLACDecoder dec;
StreamCopy copier;
File audioFile;
void setup(){