We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7083a92 + a8c0c6d commit b70f7afCopy full SHA for b70f7af
examples/SimpleMp3Player/SimpleMp3Player.ino
@@ -42,7 +42,7 @@
42
43
// Please find helloMp3.h file here:
44
// github.com/baldram/ESP_VS1053_Library/blob/master/examples/SimpleMp3Player/helloMp3.h
45
-#include <helloMp3.h>
+#include "helloMp3.h"
46
47
// Wiring of VS1053 board (SPI connected in a standard way)
48
#define VS1053_CS D1
examples/SimpleMp3PlayerWithDebug/SimpleMp3PlayerWithDebug.ino
@@ -49,7 +49,7 @@
49
50
51
52
53
54
55
0 commit comments