kash4kev / vscode-esp8266fs

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

looks for .spiffs in workspace folder instead of sketch folder #6

Closed bigFin closed 5 years ago

bigFin commented 5 years ago

SPIFFS upload is unable to locate the .spiffs because it is searching the workspace folder instead of the active .ino sketch

ie. /workspace/.spiffs instead of /workspace/sketch_1/data

bigFin commented 5 years ago

Found out I can change this in the Arduino.json file like "esp8266fs.dataFiles": "./data/"