Seeed-Studio / Seeed_Serial_MP3_Player

MIT License
4 stars 13 forks source link

Mistake on code to play sd song #8

Open piem4567 opened 3 months ago

piem4567 commented 3 months ago

In the original code Seeed-Studio/Seeed_Serial_MP3_Player/WT2605C_Player.cpp there is a mistake, to play a song in the sd card, commande is AT+SPLAY=sd0,(filename) and not AT+PLAY=sd0,(filename).

Cincinnatu commented 3 days ago

In the original code Seeed-Studio/Seeed_Serial_MP3_Player/WT2605C_Player.cpp there is a mistake, to play a song in the sd card, commande is AT+SPLAY=sd0,(filename) and not AT+PLAY=sd0,(filename).

Recently, I will verify if the error you mentioned indeed exists.