Skip to content

Commit 8ab3de1

Browse files
committed
beginMidi rename
1 parent c9b93e8 commit 8ab3de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioLibs/VS1053Stream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ class VS1053Stream : public AudioStreamX {
469469
bool beginMidi(){
470470
LOGI(LOG_METHOD);
471471
p_out->begin(cfg);
472-
p_vs1053->beginMIDI();
472+
p_vs1053->beginMidi();
473473
delay(500);
474474
setVolume(VS1053_DEFAULT_VOLUME);
475475
return true;

0 commit comments

Comments
 (0)