loboris / MicroPython_ESP32_psRAM_LoBo

MicroPython for ESP32 with psRAM support
Other
825 stars 342 forks source link

upload large file always failed #300

Closed dukeduck1984 closed 3 years ago

dukeduck1984 commented 5 years ago

Hi,

I had the frontend written with vue.js and some files are pretty large (60kb-350kb), I had a hard time uploading those large files to the esp32 board either with ampy, mpfshell or the built-in ftp server, the uploading always ended up with errors. Is there any solutions that I can upload those large files? The TTGO board that I use has 4mb psram, btw.

Thanks, Kaiyuan