mpflaga / Arduino_Library-vs1053_for_SdFat

Arduino device library interfacing vs1053 MP3 player chip to audio stream from an Sd Card.
https://mpflaga.github.io/Arduino_Library-vs1053_for_SdFat/
Other
38 stars 12 forks source link

Wrong library name in #include #2

Closed mgrusin closed 6 years ago

mgrusin commented 6 years ago

FYI, the "fileplayer" and "webplayer" examples won't compile because they #include when they should #include .

Thanks as always!

mpflaga commented 6 years ago

thanks, I have correct the typo's and validated that they compile and reissued a new release, that I would expect the Arduino Package manger will pickup within 24 hours.

menway commented 4 years ago

I just imported this library (latest version: 1.3.0) from Arduino IDE menu and the header file name is still incorrect in example files fileplayer.ino and webplayer.ino.

#include <vs1053.h>

Also the library link goes to a github 404 page (https://github.com/mpflaga/vs1053_sdfat).

Seems the newer released version 1.3.1 was not indexed by Arduino IDE?