Skip to content

Commit 46cbc64

Browse files
authored
Update SimpleMp3Player.ino
Fix import method to tell preprocessor to look in the same directory
1 parent 02c3185 commit 46cbc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/SimpleMp3Player/SimpleMp3Player.ino

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

4343
// Please find helloMp3.h file here:
4444
// github.com/baldram/ESP_VS1053_Library/blob/master/examples/SimpleMp3Player/helloMp3.h
45-
#include <helloMp3.h>
45+
#include "helloMp3.h"
4646

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

0 commit comments

Comments
 (0)