me-no-dev / arduino-esp32fs-plugin

Arduino plugin for uploading files to ESP32 file system
GNU General Public License v2.0
544 stars 144 forks source link

File are corrupt that I upload using this tool. #7

Open JacoFourie opened 6 years ago

JacoFourie commented 6 years ago

IF I try to read a file that I uploaded using the tool then it will output special characters and then the ESP32 will reboot when the Watchdog reboots it.

If I create the file with the same data using a sample SPIFF sketch then the file is OK.

vindolin commented 6 years ago

There's already an open issue with a temporary solution to this problem: #6

JacoFourie commented 6 years ago

Hi. I saw that and I did update to the latest yesterday but I still have this issue. I will wait to see if it gets fixed. Thanks a lot.