kash4kev / vscode-esp8266fs

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

Error Message: Missing "spiffs_start" definition #8

Open idotuchman opened 5 years ago

idotuchman commented 5 years ago

Thanks for the extension. I'm trying to upload a test file from a /data directory, but VS code keeps failing with the message: Missing "spiffs_start" definition: target = esp8266, config = undefined. ESP8266 SPIFFS interface finished.

I am able to upload the test file with the Arduino IDE (ver 1.8.8). Any idea what's wrong?

stevenj commented 5 years ago

I am having the same problem.

StefanSchwan commented 5 years ago

same here

bigFin commented 5 years ago

MERGE IT FOR THE KIDS

dcesanelli commented 4 years ago

Hi, I am having the same issue, but I don't see in the commit anything related with spiffs_start. Anywone solved this issue already?

MohammedNoureldin commented 3 years ago

@idotuchman @dcesanelli Did anyone find a solution? I am also stuck here now..