This commit is contained in:
e2002
2022-06-22 11:58:37 +03:00
parent 630dce0c9a
commit 26f49101be
15 changed files with 1158 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
#define player_h
#include "options.h"
#if I2S_DOUT!=255
#if I2S_DOUT!=255 || I2S_INTERNAL
#include "src/audioI2S/AudioEx.h"
#else
#include "src/audioVS1053/audioVS1053Ex.h"