justdomyself

Results 9 comments of justdomyself

now Can it support chinese filename ?

> I use my esp32-s borad test it, code below, can't find chinese filename: `#include "FS.h" #include "SD_MMC.h" //最大文件数量 #define MAX_ROWS 300 //文件名最大长度 #define MAX_COLS 50 //文件信息结构体定义 typedef struct {...

> Then we can play chinese filename music by using your audio-iis library?

CMake Error at src/ssl/CMakeLists.txt:79 (add_library): No SOURCES given to target: xssl

> Getting the following error: > > _my_malloc: 61440 at /home/jailin/Arduino/libraries/arduino-nofrendo/src/bitmap.c:86 ASSERT: line 266 of /home/jailin/Arduino/libraries/arduino-nofrendo/src/memguard.c, malloc: out of memory at line 86 of /home/jailin/Arduino/libraries/arduino-nofrendo/src/bitmap.c. block size: 61440 > >...

> HI: My system is ubuntu 18.04. I need to cross compile。 I run sudo dpkg --add-architecture armel, no error I run sudo apt install libev-dev:armel, error: unable to locate...

my code : `public void sftp() { using (var client = new SftpClient(host, username, password) ) { try { client.Connect(); if (client.IsConnected) { Console.WriteLine("SFTP connection established."); // 上传文件到远程服务器 using (var...

找到原因,requests的版本过低,升级为2.22就好了