Skip to content

Commit b70f7af

Browse files
authored
Merge pull request #6 from baldram/DEV
Fix include method for sound file
2 parents 7083a92 + a8c0c6d commit b70f7af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

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)