Skip to content

Commit a8c0c6d

Browse files
authored
Fix import method to tell preprocessor to look in the same directory
1 parent 46cbc64 commit a8c0c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/SimpleMp3PlayerWithDebug/SimpleMp3PlayerWithDebug.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
// Please find helloMp3.h file here:
5151
// github.com/baldram/ESP_VS1053_Library/blob/master/examples/SimpleMp3Player/helloMp3.h
52-
#include <helloMp3.h>
52+
#include "helloMp3.h"
5353

5454
// Wiring of VS1053 board (SPI connected in a standard way)
5555
#define VS1053_CS D1

0 commit comments

Comments
 (0)