You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
thanks for your great work!
I am trying to read files from USB using the CH376 chip with a VS1053 DAC.
when using the examples, I see the function:
mp3.connecttoFS(SD, "320k_test.mp3"); // SD card, local file
which defines a File system and reads a file.
Could you create a similar file system using the CH376 driver to be able to use this type of function?
mp3.connecttoFS(USB, "320k_test.mp3");
I don't think it exists?
best
The text was updated successfully, but these errors were encountered:
Hello,
thanks for your great work!
I am trying to read files from USB using the CH376 chip with a VS1053 DAC.
when using the examples, I see the function:
mp3.connecttoFS(SD, "320k_test.mp3"); // SD card, local file
which defines a File system and reads a file.
Could you create a similar file system using the CH376 driver to be able to use this type of function?
mp3.connecttoFS(USB, "320k_test.mp3");
I don't think it exists?
best
The text was updated successfully, but these errors were encountered: