-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Error: esptool/mkspiffs not found!" for ESP8266FS.jar on Windows #991
Comments
1.6.5 or 1.6.6? On Mon, Nov 9, 2015, 10:48 Harrison Mclean notifications@github.com wrote:
|
1.6.5 with the latest git as of about half an hour ago. (810ab68) |
It's an issue with ESP8266FS tool, I haven't adapted it to the new On Mon, Nov 9, 2015, 11:09 Harrison Mclean notifications@github.com wrote:
|
@h4rm0n1c please try the new release: https://github.com/esp8266/arduino-esp8266fs-plugin/releases/tag/0.1.3 |
@igrr All good, cleared out tools folder and tried with new version, tool runs without errors "out of the box". Thank you! 👍 |
The only way I could get ESP8266FS.jar working on windows was to put the esptool and mkspiffs executables in the root of the esp8266 tools folder.
The path in question being {runtime.platform.path}/tools/ which resolves to C:\Program Files (x86)\Arduino\hardware\esp8266com\esp8266\tools
After doing this, the Arduino IDE upload function worked without errors.
I'm not sure if this is an issue with ESP8266FS.jar or the IDE.
The text was updated successfully, but these errors were encountered: