VS studio problems #819
-
@MartinMueller2003 While waiting for your new pull request to finish I decided to download your latest source code and open it in VS code. But I can't get it to work. Building filesystem is not working: Auto-detected: COM3 Environment Status Duration esp32_devkitc FAILED 00:00:07.601 I followed the steps as with previous versions (build instructions) But keep getting this error. Something changed perhaps? br |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The data directory is created by the "gulp" processor. You need to run gulpme to get it created. The gulp process is described in the readme. |
Beta Was this translation helpful? Give feedback.
-
Hi, Yes I did. But something was not working. Did the commands one by one in the gulpme.bat and it hangs on @cd /d "%~dp0" I changed to folder name. Maybe it was too long or weird characters in it. After deleting the folder and renaming it the gulpme worked. Thank Martin :) |
Beta Was this translation helpful? Give feedback.
The data directory is created by the "gulp" processor. You need to run gulpme to get it created. The gulp process is described in the readme.