-
-
Notifications
You must be signed in to change notification settings - Fork 475
SPIFFS writing broken esp-01 #229
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
Comments
Thanks for pointing out -yes the puya chip is not yet well supported by default |
To enable the patch , search for esp.h in core, there is the switch to enable the patch with latest git of the core
Change to
|
another solution:
like explained here esp8266/Arduino#5504 (comment) |
Now patch is enabled in core by default |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
There is a new batch of esp-01 whit different chip, whit them you can't write on SPIFFS, can't upload web-ui. You can upload web-ui with arduino ide but when you try to write on it put macro or something else. Web-ui is gone blank page or page saying you are missing index......gz
There is a patch so everything is working as expected.
esp8266/Arduino#4061 (comment)
This is not ESP3D bug but without this patch ESP3D doesn't work :)
This is written here so somebody else doesn't lose time.
The text was updated successfully, but these errors were encountered: