Closed bigFin closed 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
Found out I can change this in the Arduino.json file like "esp8266fs.dataFiles": "./data/"
"esp8266fs.dataFiles": "./data/"
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