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
Hi,
I'm trying to open a chinese name file like "你好.txt" but it doesn't work;
and the major code is like: #define USE_UTF8_LONG_NAMES 1 /*And I also change the value of this in SdFatConfig.h*/ SdFs sd; FsFile music; sd.begin(SD_CS); music.open("你好.txt");
Looking forward for reply
Thank you so much!