kash4kev / vscode-esp8266fs

Visual Studio Code extension for ESP8266/ESP32 File System (SPIFFS)
Other
16 stars 11 forks source link

SPIFFS upload started but never finish #14

Open kyuhyong opened 4 years ago

kyuhyong commented 4 years ago

Hello, I installed Arduino extension on VS code and installed esp32 board from board manager. Build and upload works just fine. Then I added data folder in the root of the project. Tried to pack and failed due to some missing parameters. So I added "FlashSize=4M2M,FlashMode=keep,FlashFreq=keep" in arduino.json Then it failed to find spiffs_start parameters which is solved by https://github.com/maciekn/vscode-esp8266fs/commit/747729d64d8879b94c2ae61f5dfd22c381dc0cec

Now I can pack and list files. I see below message when start upload. ESP8266 SPIFFS interface started: "upload". Found ESP8266 packages: C:\Users\XXXX\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.3 Problem now is that it start uploading but would never finish it saying "ESP8266FS already running "upload"!" I checked uploading works with ESP8266 SPIFFS in Arduino IDE works just fine.