-
Notifications
You must be signed in to change notification settings - Fork 44
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
Incorrect Filesystem Docs #23
Comments
I also met this issue - my intention was to create an additional filesystem to keep data for http server
I am using ESP8266
The error code 10025 makes me uncomfortable even if I could use this partition |
Perhaps you should look if your starting address is correct, because in the example "addr is the offset from the beginning of the flash chip where to create the filesystem, 3145728 is just after the first 3M." Perhaps on your board this won't work. A little advice: please pose such questions in the developer forum, github is no discussion board. |
https://github.com/cesanta/mongoose-os-docs/blob/master/mongoose-os/howtos/fs.md
Is now incorrect, as "apparently"
sys.mount
is deprecated (which to cesanta means removed):cesanta/mongoose-os#501
The text was updated successfully, but these errors were encountered: